· Philips CD-i
(If you have a system you want ported just let me know. I am willing to help as I need to look up how to modify the runtime library for a new system. There is a variety of quirks and hacks to cover a lot of cases.)
All system specific hard and software interfaces are modeled and transformed into pure C routines (with bytecodes) so there is no need to have "magic values" as on the 6502. Any 6502 instruction can be represented as an opcode and any C language statement as a C stat
Comment
Share