A (very poor) Chip 8 emulator. (Or interpreter technically, but i dont care.) This is being worked on. Most opcodes are done. Still no support for bitwise ops. This very slow. (Unless you run it on Turbowarp.) https://turbowarp.org/902002392 It renders literally after every DXYN change.
https://tobiasvl.github.io/blog/write-a-chip-8-emulator/ http://devernay.free.fr/hacks/chip8/C8TECH10.HTM https://github.com/Timendus/chip8-test-suite The sound pitch I chose is a 1000 HZ tone. (The same tone people use to senser bad words.) V0.05: Released. V0.075: Did a graphics update.