aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/emulator.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-16 22:40:21 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-16 22:40:21 +0100
commit20fe0f35b58cd0be20102b82c4f3fff883911017 (patch)
tree051c7eadca7c0aaa62fd394ff88c7f8fce5e8c61 /src/ahoy/emulator.h
parent7a51134e10d647e54be16c0f4df4ee748eab63f3 (diff)
Improve reset code
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r--src/ahoy/emulator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ahoy/emulator.h b/src/ahoy/emulator.h
index 33618da..24aa8ce 100644
--- a/src/ahoy/emulator.h
+++ b/src/ahoy/emulator.h
@@ -26,7 +26,6 @@ struct chip8 {
void emuinit(struct u8view, const char *);
void emutick(void);
-void emureset(void);
extern struct chip8 c8;