I.follow instructions cannot.connect to Socket and I entered the very long api key also
@Explore531Ай бұрын
Commodore 64 comes long ways glad someone learning commodore :)
@jimbotron70Ай бұрын
Bro that's not unboxing. Unboxing refers to opening the original box.
@roscoepatternworks3471Ай бұрын
I still got all my commodore stuff. Five 64s, 3 floppy drives, 1 cassette drive, dot matrix printer. Magnavox monitor and lots of software and books. It's a great little computer.
@retrorygamingАй бұрын
@roscoepatternworks3471 that's awesome. I'm only 28 so I never had one from back then. I do still have my Compaq Windows 98 from when I was a kid.
@roscoepatternworks3471Ай бұрын
@retrorygaming let us know how the Eliza program works. I loaded it in my c64, it worked one time and would never install again. I understood the program but it did something I didn't think it could do. It asked me a question after correlating 2 different subjects. Mine was a basic program from compute magazine
@retrorygamingАй бұрын
@roscoepatternworks3471 i actually already have the video recorded. It worked fine. I wasn't sure if I was going to upload it but I probably will.
@roscoepatternworks3471Ай бұрын
@retrorygaming I'm looking to unload all my c64 stuff. If you live in the pacific northwest, let me know. Too costly to ship, for me anyway.
@retrorygamingАй бұрын
@roscoepatternworks3471 no sorry, I live in Florida.
@atoidi01Ай бұрын
i recommend to zoom in way more :-) nice vid
@retrorygamingАй бұрын
I really need a better setup for recording these types of videos. I dont have the money right now for a high quality camera. Need to find a better way to mount my phone. Thanks for the advice!
@atoidi01Ай бұрын
@@retrorygaming it wasn't a serious advice :-), remembered me unboxing my used c64 in 1991 -
@retrorygamingАй бұрын
@atoidi01 Wow you got one of the last ones. That's cool. I'm upgrading my setup for these types of videos cause it's really awkward the way I have it awkward.
@MiidolfАй бұрын
So cool. Thank you for making this video. Happy c64ing :) Out of interest can you tell which version of the motherboard it has?
@retrorygamingАй бұрын
@@Miidolf Sure! It's a 396 board. I didn't know that until after I recorded this video and found out about how to fix the screw problem.
@TheAutisticKeybladeWielder4 ай бұрын
is there a way to get this running via DosBox?
@retrorygaming4 ай бұрын
@TheAutisticKeybladeWielder it can be done on a VM so probably. I don't have much experience with dosbox so not sure how to go about it.
@achoice94015 ай бұрын
You are special. I didn't even know that those OSes still exist !! keep it up <3
@retrorygaming5 ай бұрын
@achoice9401 appreciate the kind words. It was hard to find. Ebay has so much stuff though it's crazy.
@GG-cn6es5 ай бұрын
cool!
@retrorygaming5 ай бұрын
@GG-cn6es glad you enjoyed!
@vvool75 ай бұрын
Really cool
@retrorygaming5 ай бұрын
@vvool7 Thanks. Glad you enjoyed.
@catmantraprivate46285 ай бұрын
You should definitely get a TRS-80. Model I. Original and best. 😉🌠
@retrorygaming5 ай бұрын
@catmantraprivate4628 The problem is finding space haha. I have no more room for old computers. Maybe some day. My XT is stacked on top of my 486 cause there's nowhere else to put it.
@K33N0K6 ай бұрын
good job dude.
@xjr3589 ай бұрын
Thanks for the video! I will try to run it on my Toshiba T1200!
@maxmuster70039 ай бұрын
I tried to use chatgpt to create an assembly routine to load and display a picture in graphic mode for DOS, but it generate to much errors. At first it use instructions to get free memory from DOS, but there is no free memory because when DOS start our executable it gives all memory to our executable and so we can’t get more memory from DOS. And the routine ignore and is not checking the carry flag, if there is an error. The way it works is that we have to calculate the amount of memory that our programm need at minimum with code, data and stack and then we have to give all other memory back to DOS before we can get free memory from DOS. I ask chatgpt for this and it answer with yes this is correct. Lol.😂 And the next instruction are loading the picture into the memory, that is ok and usefull, but then it make a simple copy of the data into the the screen memory without to decode the picture format. This is crazy and not the way to handle a picture format. So the routine is not working and the executable will not work at all.😂
@retrorygaming9 ай бұрын
I don't know how much reference material there is for dos era programming for chatgpt to take advantage of. It has problems with modern programs as well.
@ChrisWijtmans10 ай бұрын
video generated by chatGPT.
@droopylikesyourface10 ай бұрын
feels like watching wargames
@retrorygaming10 ай бұрын
This type of system is very similar to what they would have used in the movie. The movie came out in 1983. This system would be a late 80s early 90s system. Same OS probably. Haven't seen Wargames in a long time so don't remember.
@unamelable25610 ай бұрын
You will never use ChatGPT on MSDOS *But the probability is never zero*
@retrorygaming10 ай бұрын
You never know. What if all your modern machines die at once and you desperately need to ask chatgpt how to fix it then you remember you have it all ready to go on a working DOS machine.
@yeokm110 ай бұрын
Nice work! I have added the link to this video to my Github Readme and blog post so others can use this as a setup tutorial.
@retrorygaming10 ай бұрын
Hey thanks man. I was worried I missed mentioning something.
@yeokm110 ай бұрын
Hi, I'm the creator of the DOS ChatGPT client. Thanks for creating a video about my app. I agree the process of setting up this app could be better. This was written as a toy project so I didn't focus much effort on usability. I also released a newer version of the app 0.15 with better control of the Text to speech engine to reduce the awkward pauses.
@retrorygaming10 ай бұрын
Didn't expect to see you here. Yeah I knew it was just a proof of concept. It's a ton of fun to use though. You did a great job.
@yeokm110 ай бұрын
@@retrorygaming Curious to see if you will make a video on setting this up. :) I’m wondering what the issue is on VGA 240p and 60 Hz too.
@retrorygaming10 ай бұрын
@yeokm1 I plan to. Just been busy irl lately. I have a second machine I can demonstrate a setup on.
@retrorygaming10 ай бұрын
also I think the vga240 issue is a memory issue. Cause iirc it gives a memory error. I'll run memmaker before setup and see if I can optimize memory a little better.
@yeokm110 ай бұрын
@@retrorygaming I understand. It’s just a curiosity, no worries about having to do it quickly. I have ideas about improving this app but real life always gets in the way too.
@Mr.RandomMoo10 ай бұрын
Nice mousepad, quite interesting
@retrorygaming10 ай бұрын
You weren't supposed to see that haha. I didn't realize it was in the video until after I finished recording and could only do one take. I don't have an extra mouse pad but the joke one my brother got me so I use what I have.
@p0xygen10 ай бұрын
wouldn't this maybe be worth something at some point?? if you left it sealed of course
@retrorygaming10 ай бұрын
Unlikely. Mice aren't as desirable as like video games. Certain sealed video games will definitely be worth a lot.
@Vorlaith3010 ай бұрын
Nah, even sealed these are a fine a dozen and sitting in old overstock warehouse places, etc. It's a Microsoft mouse, not a copy of Windows 1.0 (which back in the day was extremely valuable even then due to the cost of software) and you can even catch something like that relatively cheap if you're lucky
@retrorygaming10 ай бұрын
@@Vorlaith30 pretty much. This one was less than $30. I needed a serial compatible mouse and figured it make an interesting video.
@p0xygen10 ай бұрын
@@Vorlaith30 Alright, just assumed it might be since it's old and sealed, which makes lots of other stuff worth way more than it should be :)
@maxmuster700311 ай бұрын
I tried to use chatgpt AI online without registration or installation and it output only text, no speech. I hope Dr. Sbaitso is going online too.
@YTInnovativeSolution11 ай бұрын
Amazing sass from the digital doctor.
@stevezastrow925211 ай бұрын
I had many strange conversations with dr sbaitso back in the day. The best us when you start to sweat at him, he gets really upset.
@jimlight513711 ай бұрын
I love Dr. Spaitso. He’s such an ass!
@SomePeopleCallMeWulfman11 ай бұрын
Some solid advice there from Dr. Soundblaster... Hope your family gets better!
@retrorygaming11 ай бұрын
Thanks for the well wishes. Grandma got out yesterday. Wait and see for my dad but should be fine.
@System-1541 Жыл бұрын
You don't have to use the END command on the last line. The program will terminate once it reaches the last line by default. The END command is used when you want to exit before it reaches the end, like when you ask the user if they'd like to quit the program for instance.
@retrorygaming Жыл бұрын
Oh. Thanks for that tip. Didn't know that. Didn't grow up or use this stuff in the past so I'm still learning.
@dakota25792 жыл бұрын
promosm 🤭
@johnny_tard25362 жыл бұрын
idk if its bc its so quiet for me but it seemed like a lot of the audio blended together is there only like one audio channel for ms dos?
@retrorygaming2 жыл бұрын
On my speakers, yes. You can have multiple channels on my sound card but I'm not setup for it. With the right setup you can make DOS and Win98 audio sound better than modern day on board sound. But New sound cards are better the old ones but most people use onboard these days.
@TheRetroRaven2 жыл бұрын
You're not supposed to be able to win against the dog in the beginning... just run run run run till the end, then the game becomes much more playable, once you reach the real "level"-area.
@retrorygaming2 жыл бұрын
I found out that my computer is too fast to play it properly. Going to revisit it at some point after I find a program to slow it down. I tried to run from it but it was just too fast. I have a 200 mhz pentium. It can cause issues on some older games.
@brucekempf46482 жыл бұрын
Wow- That is pretty cool for a Basic game. Is the program in basic available? I would love to see how it works.
@retrorygaming2 жыл бұрын
I believe the source code is available on github. For the arlasoft one that is. If you search "Galaga C64 basic" you should be able to find it. You'll want the one from wowroms I believe. It was really difficult to find it. Took me about 30 minutes of searching. The arcade one is from arlasoft. It was made very recently and is much easier to find. You can play that one the creators website. If you search "Galaga c64" it's one of the first results. The one created in pure basic using basic characters would require an emulator like VICE. Or if you could figure out some way to put it on a physical C64. Very easy to do on the C64 Maxi.