diff options
| author | Manuel Palenzuela <[email protected]> | 2021-07-23 00:31:39 +0100 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2021-07-23 00:31:39 +0100 |
| commit | de1aea22e649c246edb7976b6bcce38a210e1851 (patch) | |
| tree | d578125e533c5d2f94e8a5d267956dd45669b936 /roms | |
| parent | Feature: Implemented various instructions (diff) | |
| download | CHIP8-Emulator-de1aea22e649c246edb7976b6bcce38a210e1851.tar.gz CHIP8-Emulator-de1aea22e649c246edb7976b6bcce38a210e1851.tar.bz2 CHIP8-Emulator-de1aea22e649c246edb7976b6bcce38a210e1851.zip | |
Feature: Added key detection
Diffstat (limited to 'roms')
| -rw-r--r-- | roms/clock.ch8 | bin | 0 -> 280 bytes |
| -rw-r--r-- | roms/key_test.ch8 | bin | 0 -> 114 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/roms/clock.ch8 b/roms/clock.ch8 new file mode 100644 index 0000000..ec137bd --- /dev/null +++ b/roms/clock.ch8 Binary files differdiff --git a/roms/key_test.ch8 b/roms/key_test.ch8 new file mode 100644 index 0000000..c60558e --- /dev/null +++ b/roms/key_test.ch8 Binary files differ |