diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 20:05:20 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 20:05:20 +0100 |
| commit | e61a4d4a125189799ec286756856b0713ca92db7 (patch) | |
| tree | 74cb010669a711f2050ff0e86948ee6b0bf673d4 | |
| parent | f7b1fedfb43f7c4b702bf22b32cbc9aa722f3c8e (diff) | |
Minor changes
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | res/roms/games/1dcell.ch8 | bin | 0 -> 150 bytes | |||
| -rw-r--r-- | res/roms/games/README.md | 4 | ||||
| -rw-r--r-- | res/roms/games/br8kout.ch8 | bin | 0 -> 199 bytes | |||
| -rw-r--r-- | res/roms/tests/README.md (renamed from res/roms/README.md) | 2 |
5 files changed, 7 insertions, 3 deletions
@@ -2,10 +2,10 @@  -## 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 Binary files differnew file mode 100644 index 0000000..2fd5ba6 --- /dev/null +++ b/res/roms/games/1dcell.ch8 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 Binary files differnew file mode 100644 index 0000000..7e675f0 --- /dev/null +++ b/res/roms/games/br8kout.ch8 diff --git a/res/roms/README.md b/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 |
