a very simple chip 8 emulator writen in java, this is my first emulator so its very crappy and broken
the emulated cicle runs at 500hz
it passes the impotant tests (https://github.com/Timendus/chip8-test-suite)
fell free to use the code if you want.. but its a very bad code :P
chip8
| 1 | 2 | 3 | C |
| 4 | 5 | 6 | D |
| 7 | 8 | 9 | E |
| A | B | 0 | F |
keyBoard
| 1 | 2 | 3 | 4 |
| Q | W | E | R |
| A | S | D | F |
| Z | X | C | V |
ibm logo: (first milestone)
brix:
chip8 test suite, instruction test:
- font sprites not working properly on some games
- some games dont work as intended (probably some broken instruction in my code)
- the emulator doesnt have sound (i didnt implemented)
- thanks for everyone in emuDev (reddit.com/emuDev) discord's sever for the help, you guys are awesome <3
coding this emulator was a funny experience now i want to make a nes emulator >:)