ordelore / c64_8x

C64 Emulator for the TI-84 CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

To run this on a calculator, the user must have a copy of a Commodore 64 Kernal, Basic ROM, and Character ROM, which must be converted to AppVars called C64KERN, C64BASIC, and C64CHAR using convbin

convbin -i BASIC.ROM -o C64BASIC.8xv -n C64BASIC -k 8xv
convbin -i KERN.ROM -o C64KERN.8xv -n C64KERN -k 8xv
convbin -i CHAR.ROM -o C64CHAR.8xv -n C64CHAR -k 8xv

Building

Make sure you have the latest version of the toolchain.

make

If you want to see the traces on CEmu, make sure to build with the debug libraries

make debug

License

This product is licensed under an MIT license

About

C64 Emulator for the TI-84 CE

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%