Minor changes
This commit is contained in:
parent
f7b1fedfb4
commit
e61a4d4a12
5 changed files with 7 additions and 3 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Resources that I used for this projects
|
## Resources I used for this project
|
||||||
- See in `res/`
|
- See in `res/`
|
||||||
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
|
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
|
||||||
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
|
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
|
||||||
|
|
||||||
## Libraries
|
## Reauired libraries
|
||||||
- All you need is [raylib](https://www.raylib.com/)
|
- All you need is [raylib](https://www.raylib.com/)
|
||||||
|
|
BIN
res/roms/games/1dcell.ch8
Normal file
BIN
res/roms/games/1dcell.ch8
Normal file
Binary file not shown.
4
res/roms/games/README.md
Normal file
4
res/roms/games/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Game ROMs sources
|
||||||
|
|
||||||
|
- https://github.com/kripod/chip8-roms
|
||||||
|
- https://johnearnest.github.io/chip8Archive/
|
BIN
res/roms/games/br8kout.ch8
Normal file
BIN
res/roms/games/br8kout.ch8
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
## Test roms information
|
## Test ROMs information
|
||||||
|
|
||||||
Source:
|
Source:
|
||||||
- chip8-test-suite: https://github.com/Timendus/chip8-test-suite
|
- chip8-test-suite: https://github.com/Timendus/chip8-test-suite
|
Loading…
Add table
Reference in a new issue