about summary refs log tree commit diff
path: root/chip8_emulator.core
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-20 00:27:37 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-20 00:27:37 +0100
commit3e4639ce6871f50aca13aa1fe66620b08471c9bd (patch)
tree1ff98c4e3ec18027bb8423cbf2138dc228a370be /chip8_emulator.core
parentMisc: Added stars.ch8 rom (diff)
downloadCHIP8-Emulator-3e4639ce6871f50aca13aa1fe66620b08471c9bd.tar.gz
CHIP8-Emulator-3e4639ce6871f50aca13aa1fe66620b08471c9bd.tar.bz2
CHIP8-Emulator-3e4639ce6871f50aca13aa1fe66620b08471c9bd.zip
Features: Added multiple instructions and added an infinite loop detector
Now we are able to detect when we are entering an infinite loop to stop
the program.
Diffstat (limited to 'chip8_emulator.core')
-rw-r--r--chip8_emulator.corebin0 -> 34790048 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/chip8_emulator.core b/chip8_emulator.core
new file mode 100644
index 0000000..5911628
--- /dev/null
+++ b/chip8_emulator.core
Binary files differ