> Last week I got to TurboGrafx-16 game console and currently thinking how to > program it in C. My idea is to create HuCard with SD CARD and RAM. Simple > bootloader chooses the game from SD card, loads it into RAM and runs it.
The HuC is not quite a 6502. cc65 supports it sort of but the HuC weirdnesses do require some care and workarounds because it places the zero page at $20xx unlike a real 6502. That in turn breaks anything that assumes zp accesses and 00xx accesses end up on the same page. Alan _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user