C64 Emulation

If you have feature requests, this is the place to post them. Please note your idea may already be something we have already discussed and decided against, or something we are working on privately, and we cannot be held responsible for any similarities in such instance. Whilst we cannot respond to every suggestion, your idea will be read and responded to where possible. Thank you for your input!
Post Reply
omniphil
Posts: 1
Joined: Tue Apr 23, 2024 4:24 pm

C64 Emulation

Post 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?
User avatar
JimmyDansbo
Posts: 450
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

Re: C64 Emulation

Post 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/
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
User avatar
ahenry3068
Posts: 988
Joined: Tue Apr 04, 2023 9:57 pm

Re: C64 Emulation

Post by ahenry3068 »

JimmyDansbo wrote: Tue Apr 23, 2024 4:41 pm 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/
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.
TomXP411
Posts: 1718
Joined: Tue May 19, 2020 8:49 pm

Re: C64 Emulation

Post 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.
Post Reply