diff --git a/README.md b/README.md index 51fc9d5..5cd0328 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ![Screenshot](res/screenshot.jpg) -## Resources that I used for this projects +## Resources I used for this project - See in `res/` - https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key - http://devernay.free.fr/hacks/chip8/C8TECH10.HTM -## Libraries +## Reauired libraries - All you need is [raylib](https://www.raylib.com/) diff --git a/res/roms/games/1dcell.ch8 b/res/roms/games/1dcell.ch8 new file mode 100644 index 0000000..2fd5ba6 Binary files /dev/null and b/res/roms/games/1dcell.ch8 differ diff --git a/res/roms/games/README.md b/res/roms/games/README.md new file mode 100644 index 0000000..d7958af --- /dev/null +++ b/res/roms/games/README.md @@ -0,0 +1,4 @@ +# Game ROMs sources + +- https://github.com/kripod/chip8-roms +- https://johnearnest.github.io/chip8Archive/ diff --git a/res/roms/games/br8kout.ch8 b/res/roms/games/br8kout.ch8 new file mode 100644 index 0000000..7e675f0 Binary files /dev/null and b/res/roms/games/br8kout.ch8 differ diff --git a/res/roms/README.md b/res/roms/tests/README.md similarity index 88% rename from res/roms/README.md rename to res/roms/tests/README.md index e3e6474..d2b000a 100644 --- a/res/roms/README.md +++ b/res/roms/tests/README.md @@ -1,4 +1,4 @@ -## Test roms information +## Test ROMs information Source: - chip8-test-suite: https://github.com/Timendus/chip8-test-suite