From e61a4d4a125189799ec286756856b0713ca92db7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 26 Dec 2023 20:05:20 +0100 Subject: [PATCH] Minor changes --- README.md | 4 ++-- 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 | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 res/roms/games/1dcell.ch8 create mode 100644 res/roms/games/README.md create mode 100644 res/roms/games/br8kout.ch8 rename res/roms/{ => tests}/README.md (88%) 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 0000000000000000000000000000000000000000..2fd5ba683387ab2a1b24c51889a527eaed218ce3 GIT binary patch literal 150 zcmWgYYN%n%Wl&PgV6k`yMuvAu3>|$%jQtb()%_WSTp8XmJji9pVeLLp#i*2-Am4ak5z_@hhIb7M s7PWsc{*;=+@If<~;j-&T&0^NeuAjgpP!9t`mWWcY60?uIQm{}T06p(FSO5S3 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..7e675f02405c4d5b99068f0e84de304cf53135d7 GIT binary patch literal 199 zcmWfd|L0G`BBr|s8Qv{oxxElbGAA%4vbHm{30x~I8E2BVjJ#(#fCC1)>rrB;S_3=gv9vP6_vmAI7z8Q%S4w_^~RoX7GHXjiUW mj$F1wmh4GJPln9@8UG<_64)OsRI*Os1d_%|$x4%jwgLe9phWTj literal 0 HcmV?d00001 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