summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-26 20:05:20 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-26 20:05:20 +0100
commite61a4d4a125189799ec286756856b0713ca92db7 (patch)
tree74cb010669a711f2050ff0e86948ee6b0bf673d4
parentf7b1fedfb43f7c4b702bf22b32cbc9aa722f3c8e (diff)
Minor changes
-rw-r--r--README.md4
-rw-r--r--res/roms/games/1dcell.ch8bin0 -> 150 bytes
-rw-r--r--res/roms/games/README.md4
-rw-r--r--res/roms/games/br8kout.ch8bin0 -> 199 bytes
-rw-r--r--res/roms/tests/README.md (renamed from res/roms/README.md)2
5 files changed, 7 insertions, 3 deletions
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
--- /dev/null
+++ b/res/roms/games/1dcell.ch8
Binary files 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
--- /dev/null
+++ b/res/roms/games/br8kout.ch8
Binary files differ
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