Live data from Hacker News

C64 OS: make a Commodore 64 feel fast and useful

c64os.com

1–10 of 112 posts

Re: C64 OS: make a Commodore 64 feel fast and useful

#3
Interesting. I know some have tried to make faster versions of old 8 bit computers from the hardware side instead.

Here's an FPGA-based drop-in replacement for 65C02 that runs at 100MHz: http://www.e-basteln.de/computing/65f02/65f02/

Not tried in a C64 yet, but he did get it working in a Commodore PET.

Re: C64 OS: make a Commodore 64 feel fast and useful

#6
Past related threads:

Shared Libraries for C64 OS - https://news.ycombinator.com/item?id=26590376 - March 2021 (1 comment)

Rethinking the Commodore 64 Memory Map (2018) - https://news.ycombinator.com/item?id=20317767 - June 2019 (17 comments)

C64 OS: A Commodore 64 OS with Modern Concepts - https://news.ycombinator.com/item?id=17997911 - Sept 2018 (42 comments)

Re: C64 OS: make a Commodore 64 feel fast and useful

#8

I love these projects that show what can be done with 1mhz cpu and mere kilobytes of ram, really makes you wonder what we’re doing with the other 99% of hardware performance we’ve achieved since then

Programmer productivity. As long as this is the bottleneck in determining market success of a product, this tradeoff will continue.

Re: C64 OS: make a Commodore 64 feel fast and useful

#10
post #3

Interesting. I know some have tried to make faster versions of old 8 bit computers from the hardware side instead. Here's an FPGA-based drop-in replacement for 65C02 that runs at 100MHz: http://www.e-basteln.de/computing/65f02/65f02/ Not tried in a C64 yet, but he did get it working in a Commodore PET.

You can’t just "drop in" a faster 6502 (or 6510) into something like a C64. For one, all the serial i/o routines are software bit-banged so parts of the "ROM Kernal" need to be modified. More importantly, the VIC-II chip is the DRAM memory controller and it is tightly coupled with NTSC or PAL signal timings.

Most accelerator boards for the C64 need quite a bit of glue logic to overcome these difficulties.

Post reply on HN