|
8ae57bba76
|
implemented the Chip-8 instruction set
|
2025-02-12 21:57:29 -05:00 |
|
|
a1edac8a52
|
now roms can be loaded into the chip8 memory
|
2025-02-12 20:11:37 -05:00 |
|
|
35fabacc98
|
now the display can draw sprites
|
2025-02-10 20:21:42 -05:00 |
|
|
1dbaf0a6ac
|
added the character set
|
2025-02-10 19:41:12 -05:00 |
|
|
fac5c920de
|
added a little function to initialise the chip8 structure
|
2025-02-10 19:26:37 -05:00 |
|
|
d4944caf67
|
implemented keyboard
|
2025-02-09 18:47:04 -05:00 |
|
|
733d0b73a7
|
created the stack
|
2025-02-08 18:32:28 -05:00 |
|
|
155a7f7a04
|
implemented registers
|
2025-02-08 18:23:13 -05:00 |
|
|
c70bbca209
|
started to work in memory
|
2025-02-08 18:04:26 -05:00 |
|
|
73a23407e4
|
added a config file
|
2025-02-08 17:54:12 -05:00 |
|