Page 1 of 1
C64 Emulation
Posted: Tue Apr 23, 2024 4:32 pm
by omniphil
I know the whole point of this computer is to push beyond what a C64 can do.
But since I do not have a C64 currently it would be nice to have some sort of C64 support or emulator.
Is anything like this possible/planned?
Re: C64 Emulation
Posted: Tue Apr 23, 2024 4:41 pm
by JimmyDansbo
I do not think it will be possible to emulate the C64 on the CX16. I have written an article about converting a very simple program from the C64 to CX16.
https://techblog.dansbo.dk/?p=53
If you want to play around with C64, I suggest VICE
https://vice-emu.sourceforge.io/
Re: C64 Emulation
Posted: Tue Apr 23, 2024 5:03 pm
by ahenry3068
In theory. A C64 program that does NO graphics, NO audio and only uses ROM routines for screen, keyboard and file I/O WILL run on the X16. In practice I've found exactly one of those. And I had to load it with LOAD 'unzip64.prg", 8 ,1 to get it at the correct address. Anything that trys to directly address hardware will fail on the X16 but can possibly be ported if you have source code and understand both architectures.
Re: C64 Emulation
Posted: Wed Apr 24, 2024 4:02 pm
by TomXP411
omniphil wrote: ↑Tue Apr 23, 2024 4:32 pm
I know the whole point of this computer is to push beyond what a C64 can do.
But since I do not have a C64 currently it would be nice to have some sort of C64 support or emulator.
Is anything like this possible/planned?
Nope. It's not possible with the current hardware, and there are no plans to try to make that happen. If you want to run Commodore 64 software, VICE is the best choice and runs on just about anything.