aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/emulator.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-16 22:22:10 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-16 22:22:28 +0100
commitc7adf21a4c52bd78428a93cdbaf25c52b03783ba (patch)
tree6ae493784c81bca4f9fb3bf6136eb78dcfe576c6 /src/ahoy/emulator.h
parenta874670ee6d7b96d74e71467cee8be02db8a63e1 (diff)
Allow the user to reset the emulator
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r--src/ahoy/emulator.h1
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;