Snailface escribió:Made a quick little chip8 emu for 3ds. Ported from a guy named Spittie lol.
It comes with Space Invaders (controls Y,X,A) but you can change games by placing different .c8 files in the GAME folder. Rename them game.c8. A python script will convert them to a header file that will compile into the emu. You can remap the controls in the HID.h source file should you care.
Just for fun, nothing special.