7 Commits

Author SHA1 Message Date
zoeissleeping 587fda2d49 disassembler, assembler, bug fixes, and more 2025-03-07 15:05:43 +00:00
zoeissleeping d64f63b165 hi-res mode 2025-02-13 19:55:12 +00:00
zoeissleeping b717570cb2 fix(render): FB erased eroneously
In the render thread, we cleared the FB to fix the beeper test, but that broke several other tests that drew to the screen before the fb was properly set, this pr fixes that issue, and the render thread works properly for all tests.
2025-02-07 16:04:37 +00:00
zoeissleeping b005ee2556 kbd and sound 2025-02-06 18:17:47 -06:00
zoeissleeping 8a682699f6 Fix handling of several instructions
We are now handling all instructions we have implmeented, and their respective flags, correctly and we now pass test 3 and 4 from Timendus' CHIP-8 test suite!
2025-02-06 20:04:56 +00:00
zoeissleeping 781ca3c8e9 small fixes 2025-02-06 00:52:25 -06:00
zoeissleeping 91fb30ddc2 Initial commit 2025-02-06 00:43:24 -06:00