diff options
Diffstat (limited to 'res/roms')
| -rw-r--r-- | res/roms/README.md | 6 | ||||
| -rw-r--r-- | res/roms/games/paddles.ch8 | bin | 0 -> 560 bytes | |||
| -rw-r--r-- | res/roms/games/pong_1player.ch8 | bin | 0 -> 246 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/1-chip8-logo.ch8 | bin | 0 -> 260 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/2-ibm-logo.ch8 | bin | 0 -> 132 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/3-corax+.ch8 | bin | 0 -> 697 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/4-flags.ch8 | bin | 0 -> 1041 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/5-quirks.ch8 | bin | 0 -> 3232 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/6-keypad.ch8 | bin | 0 -> 913 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/7-beep.ch8 | bin | 0 -> 110 bytes | |||
| -rw-r--r-- | res/roms/tests/chip8-test-suite/8-scrolling.ch8 | bin | 0 -> 1330 bytes | |||
| -rw-r--r-- | res/roms/tests/chiptest.ch8 | bin | 0 -> 709 bytes | |||
| -rw-r--r-- | res/roms/tests/ibm.ch8 | bin | 0 -> 132 bytes |
13 files changed, 6 insertions, 0 deletions
diff --git a/res/roms/README.md b/res/roms/README.md new file mode 100644 index 0000000..e3e6474 --- /dev/null +++ b/res/roms/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 diff --git a/res/roms/games/paddles.ch8 b/res/roms/games/paddles.ch8 Binary files differnew file mode 100644 index 0000000..26af3d2 --- /dev/null +++ b/res/roms/games/paddles.ch8 diff --git a/res/roms/games/pong_1player.ch8 b/res/roms/games/pong_1player.ch8 Binary files differnew file mode 100644 index 0000000..65d6310 --- /dev/null +++ b/res/roms/games/pong_1player.ch8 diff --git a/res/roms/tests/chip8-test-suite/1-chip8-logo.ch8 b/res/roms/tests/chip8-test-suite/1-chip8-logo.ch8 Binary files differnew file mode 100644 index 0000000..8f83105 --- /dev/null +++ b/res/roms/tests/chip8-test-suite/1-chip8-logo.ch8 diff --git a/res/roms/tests/chip8-test-suite/2-ibm-logo.ch8 b/res/roms/tests/chip8-test-suite/2-ibm-logo.ch8 Binary files differnew file mode 100644 index 0000000..d60dac8 --- /dev/null +++ b/res/roms/tests/chip8-test-suite/2-ibm-logo.ch8 diff --git a/res/roms/tests/chip8-test-suite/3-corax+.ch8 b/res/roms/tests/chip8-test-suite/3-corax+.ch8 Binary files differnew file mode 100644 index 0000000..317029b --- /dev/null +++ b/res/roms/tests/chip8-test-suite/3-corax+.ch8 diff --git a/res/roms/tests/chip8-test-suite/4-flags.ch8 b/res/roms/tests/chip8-test-suite/4-flags.ch8 Binary files differnew file mode 100644 index 0000000..431f3b0 --- /dev/null +++ b/res/roms/tests/chip8-test-suite/4-flags.ch8 diff --git a/res/roms/tests/chip8-test-suite/5-quirks.ch8 b/res/roms/tests/chip8-test-suite/5-quirks.ch8 Binary files differnew file mode 100644 index 0000000..5206652 --- /dev/null +++ b/res/roms/tests/chip8-test-suite/5-quirks.ch8 diff --git a/res/roms/tests/chip8-test-suite/6-keypad.ch8 b/res/roms/tests/chip8-test-suite/6-keypad.ch8 Binary files differnew file mode 100644 index 0000000..88250bf --- /dev/null +++ b/res/roms/tests/chip8-test-suite/6-keypad.ch8 diff --git a/res/roms/tests/chip8-test-suite/7-beep.ch8 b/res/roms/tests/chip8-test-suite/7-beep.ch8 Binary files differnew file mode 100644 index 0000000..27c205f --- /dev/null +++ b/res/roms/tests/chip8-test-suite/7-beep.ch8 diff --git a/res/roms/tests/chip8-test-suite/8-scrolling.ch8 b/res/roms/tests/chip8-test-suite/8-scrolling.ch8 Binary files differnew file mode 100644 index 0000000..eb546e7 --- /dev/null +++ b/res/roms/tests/chip8-test-suite/8-scrolling.ch8 diff --git a/res/roms/tests/chiptest.ch8 b/res/roms/tests/chiptest.ch8 Binary files differnew file mode 100644 index 0000000..4864260 --- /dev/null +++ b/res/roms/tests/chiptest.ch8 diff --git a/res/roms/tests/ibm.ch8 b/res/roms/tests/ibm.ch8 Binary files differnew file mode 100644 index 0000000..113338e --- /dev/null +++ b/res/roms/tests/ibm.ch8 |
