diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 22:22:10 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 22:22:28 +0100 |
commit | c7adf21a4c52bd78428a93cdbaf25c52b03783ba (patch) | |
tree | 6ae493784c81bca4f9fb3bf6136eb78dcfe576c6 /src/ahoy/emulator.h | |
parent | a874670ee6d7b96d74e71467cee8be02db8a63e1 (diff) |
Allow the user to reset the emulator
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r-- | src/ahoy/emulator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ahoy/emulator.h b/src/ahoy/emulator.h index 24aa8ce..33618da 100644 --- a/src/ahoy/emulator.h +++ b/src/ahoy/emulator.h @@ -26,6 +26,7 @@ struct chip8 { void emuinit(struct u8view, const char *); void emutick(void); +void emureset(void); extern struct chip8 c8; |