CHIP 8 Emulator written in HAXE/OpenFL
Windows binary download: http://bit.ly/chip8emu
Current state of development:
- old school TV-like experience
- many public domain ROMs included
- easy ROM loading
- keymap screen
- all chip-8 opcodes implemented
- basic debug information (press F12)
- running speed is 500 steps per second
- keyboard mapped to 1234/qwer/asdf/zxcv keys
- compiles only for NEKO/CPP
- original fontset as separate data file, ability to load custom fontset/bios
- beep using wave sound file
Future plans:
- other targets support (Android/HTML5/Flash)
- Super CHIP-8 instructions implementation
Information sources and inspiration:
- http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
Licence: The MIT License