yeah, i made another chip 8 emulator.. but now in rust
it passes the impotant tests (https://github.com/Timendus/chip8-test-suite) (but the cursor dont work, so you need to add the values in memory directly into the code)
fell free to use the code if you want.. but its a very bad code :P
- press O to open a file select dialog
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:
some games:
some tests:
somethings dont work properly, i will not fix because is just a learning project, but the emulator works better than the java version
the fonts works!