1
0
Fork 0
mirror of https://github.com/tonytins/retro8.git synced 2025-06-25 08:54:44 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Tony Bark
3c4404f072 Implementated instructions 0x4000 to 0xC000
- Moved commonly used variables in runSystem() above the main match statement
2021-03-09 05:47:15 -05:00
c2f76c61a1 Minor naming tweaks
- Linked to Wikipedia article on CHIP-8 in README
2021-03-08 16:00:54 -05:00
b6f6ffd15d Added JP, CALL, SNE Vx and byte instructions
- Basic ROM loading functions
2021-03-08 15:20:28 -05:00
ef2ed8c451 Expanded README a little 2021-03-08 14:52:35 -05:00
8a169c7b36 Initial commit 2021-03-08 14:49:10 -05:00