Minor changes

This commit is contained in:
Loïc Guégan 2023-12-26 20:05:20 +01:00
parent f7b1fedfb4
commit e61a4d4a12
5 changed files with 7 additions and 3 deletions

View file

@ -2,10 +2,10 @@
![Screenshot](res/screenshot.jpg) ![Screenshot](res/screenshot.jpg)
## 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

Binary file not shown.

4
res/roms/games/README.md Normal file
View 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

Binary file not shown.

View file

@ -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