I only had one game for my VIC-20, the pack-in game, called BASIC. I never beat it, but I got a few levels in!
You sure on the name? I'm having a hard time finding a reference, Wiki amongst a few other searches. https://en.wikipedia.org/wiki/List_of_VIC-20_games
The home computer war
11–20 of 27 posts
Re: The home computer war
#12Re: The home computer war
#13I wish these kinds of computers would come back. Maybe with a language like Lua or Ruby instead of BASIC in ROM. The closest is the 400 and 500 series of Pis but those just aren't the same :(
You could preserve some of that with an FPGA ecosystem starting with perhaps a simple RV32 core that you drag and drop UART, SPI, I2C, memory controllers, counters/timers, DMA, MMU, Ethernet, USB and other peripherals.
But part of me would want the old school preserved where we still make a series of hobby/trainer components in DIP (or PLCC/QFP) form and let people build a working computer from core components. Similar to how there was a line of support ICs for the Intel 808x and Motorola 68xx CPU's. Maybe some newer chips like a DIP USB host/device and a serial controller for SPI/SDIO/I2C. Perhaps a simple RV32 core in DIP 40 with a muxed 16 bit bus and 20+ bits of address.
Re: The home computer war
#14Re: The home computer war
#15I wish these kinds of computers would come back. Maybe with a language like Lua or Ruby instead of BASIC in ROM. The closest is the 400 and 500 series of Pis but those just aren't the same :(
The fun part about old computers we won't get back with microcontrollers is actually building the computer part. You started with a CPU and from there you added memory such as DRAM, SRAM and ROM like EPROM/EEPROM and Flash, UART controllers, IO controllers, and interrupt/DMA controllers. Then you mapped those into memory or IO space and routed interrupts. The you started writing code and watch your computer come to l…
Re: The home computer war
#16I only had one game for my VIC-20, the pack-in game, called BASIC. I never beat it, but I got a few levels in!
You sure on the name? I'm having a hard time finding a reference, Wiki amongst a few other searches. https://en.wikipedia.org/wiki/List_of_VIC-20_games
https://en.wikipedia.org/wiki/VIC-20#Applications (First sentence.)
Re: The home computer war
#17I wish these kinds of computers would come back. Maybe with a language like Lua or Ruby instead of BASIC in ROM. The closest is the 400 and 500 series of Pis but those just aren't the same :(
Re: The home computer war
#18Earlier quoted context omitted.
You sure on the name? I'm having a hard time finding a reference, Wiki amongst a few other searches. https://en.wikipedia.org/wiki/List_of_VIC-20_games
BASIC was a programming language, it was a joke.
Re: The home computer war
#19I only had one game for my VIC-20, the pack-in game, called BASIC. I never beat it, but I got a few levels in!
Re: The home computer war
#20I wish these kinds of computers would come back. Maybe with a language like Lua or Ruby instead of BASIC in ROM. The closest is the 400 and 500 series of Pis but those just aren't the same :(