diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 16:49:26 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 16:49:26 +0100 |
commit | 28a7f4246ee835c5512d3ade308ffc85aec33733 (patch) | |
tree | f0fa106b8ddffebff7173f6dbaa07aa5d71671cf /roms | |
parent | Feature: Added basic instruction decoding (diff) | |
download | CHIP8-Emulator-28a7f4246ee835c5512d3ade308ffc85aec33733.tar.gz CHIP8-Emulator-28a7f4246ee835c5512d3ade308ffc85aec33733.tar.bz2 CHIP8-Emulator-28a7f4246ee835c5512d3ade308ffc85aec33733.zip |
Feature: Added placeholder for basic instructions needed to run the logo rom
Diffstat (limited to 'roms')
-rw-r--r-- | roms/logo.ch8 | bin | 0 -> 132 bytes |
-rw-r--r-- | roms/stars.ch8 | bin | 968 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/roms/logo.ch8 b/roms/logo.ch8 new file mode 100644 index 0000000..113338e --- /dev/null +++ b/roms/logo.ch8 Binary files differdiff --git a/roms/stars.ch8 b/roms/stars.ch8 deleted file mode 100644 index 712e83c..0000000 --- a/roms/stars.ch8 +++ /dev/null Binary files differ |