CHIP-8 Emulator
-
It's been about a week since @EvanTropFun and I began working on a CHIP-8 emulator. And finally we are finished.
Features
The emulator comes with a couple ROMs to play with as well as an Assembler which would allow anyone to make their own CHIP-8 games.The emulator also has a debug mode which will show the machine code as well as the screen + registers.
Special Thanks
@EvanTropFun : For working with me on this project. He helped with testing out the OPcodes of the CHIP-8, testing the graphics, and coding the debug features and OPcodes.@pianofire : For helping me with debugging the ROMs and helping us getting ROM's into Fuze.
@hiber22 : Thanks to hiber making a CHIP-8 interpreter it allowed use to compare our emulators and see mistakes in our design.
Manual
The manual for the assembler will be posted a bit later on. We still need to test the emulator and assembler for any unknown bugs. (If there are any).Share Code: SYQ63MND9K (live)
-
Just been reading about chip-8. I didn’t know it had been around for so long!
-
@toxibunny indeed. It's a very old VM.
-
This is going to be an impressive Fuze program to try out!
-
Holy moly this is cool!
-
CHIP-8 Emulator 1.1
PATCH :
The GPU is now update when we change the RAM between 0x100 and 0x1FF.
NHF2ENND9P pending