summaryrefslogtreecommitdiff
path: root/src/memmenu.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-16 02:28:10 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-16 02:28:10 +0000
commitc1d084c70d3fa63eb787b57c5c6c3f511c95a357 (patch)
tree64cb119a1938dbd4d5e52a762b01c466500c6cd1 /src/memmenu.h
parent1a8ffd75606e69c6f766188f2ab424cc53782a52 (diff)
Added options to toggle individual breakpoints
Diffstat (limited to 'src/memmenu.h')
-rw-r--r--src/memmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memmenu.h b/src/memmenu.h
index f04b6b8..4b818fd 100644
--- a/src/memmenu.h
+++ b/src/memmenu.h
@@ -30,9 +30,9 @@
#include "z80.h"
-/* Memory menu
+/* Memory menu. Returns TRUE if exit (from program) selected.
*/
-void MemoryMenu(Z80 *z80);
+int MemoryMenu(Z80 *z80);
/* Display the state of the SPEC at the bottom of the screen