From c1d084c70d3fa63eb787b57c5c6c3f511c95a357 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 16 Jan 2004 02:28:10 +0000 Subject: Added options to toggle individual breakpoints --- src/memmenu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/memmenu.h') 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 -- cgit v1.2.3