Chip 8 Interpreter / Emulator
This is a Java WIP Chip8 Interpreter / Emulator mainly as an educational exercice
What has been implemented:
- My basic approach to the architecture of the emulator and the interpreter.
- A rom loader.
- A swing window to see something (doh!)
- Keyboard input
- CPU stack, stackpointer, registers and a all the cpu opcodes for fetch decode and execution.
- Passes test rom
- At the moment almost all games boot
Todo List:
- Sound