diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-20 00:27:37 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-20 00:27:37 +0100 |
commit | 3e4639ce6871f50aca13aa1fe66620b08471c9bd (patch) | |
tree | 1ff98c4e3ec18027bb8423cbf2138dc228a370be /chip8_emulator.core | |
parent | Misc: Added stars.ch8 rom (diff) | |
download | CHIP8-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.core | bin | 0 -> 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 |