From e61a4d4a125189799ec286756856b0713ca92db7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 26 Dec 2023 20:05:20 +0100 Subject: Minor changes --- README.md | 4 ++-- res/roms/README.md | 6 ------ res/roms/games/1dcell.ch8 | Bin 0 -> 150 bytes res/roms/games/README.md | 4 ++++ res/roms/games/br8kout.ch8 | Bin 0 -> 199 bytes res/roms/tests/README.md | 6 ++++++ 6 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 res/roms/README.md create mode 100644 res/roms/games/1dcell.ch8 create mode 100644 res/roms/games/README.md create mode 100644 res/roms/games/br8kout.ch8 create mode 100644 res/roms/tests/README.md 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/README.md b/res/roms/README.md deleted file mode 100644 index e3e6474..0000000 --- a/res/roms/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## Test roms information - -Source: -- chip8-test-suite: https://github.com/Timendus/chip8-test-suite -- chiptest.ch8: https://github.com/offstatic/chiptest/tree/master -- ibm.ch8: https://github.com/loktar00/chip8/tree/master/roms 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/tests/README.md b/res/roms/tests/README.md new file mode 100644 index 0000000..d2b000a --- /dev/null +++ b/res/roms/tests/README.md @@ -0,0 +1,6 @@ +## Test ROMs information + +Source: +- chip8-test-suite: https://github.com/Timendus/chip8-test-suite +- chiptest.ch8: https://github.com/offstatic/chiptest/tree/master +- ibm.ch8: https://github.com/loktar00/chip8/tree/master/roms -- cgit v1.2.3