From 7e2703a49de38100f9ee82042a744517fc7eb171 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 12 Mar 2007 00:59:51 +0000 Subject: Altered some interfaces for the monitor. --- source/zx81.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/zx81.c') diff --git a/source/zx81.c b/source/zx81.c index 4d1da51..c0af981 100644 --- a/source/zx81.c +++ b/source/zx81.c @@ -303,7 +303,7 @@ static FILE *OpenTapeFile(Z80Word addr, int *cancelled) *cancelled = TRUE; } - SK_DisplayKeyboard(BG_GFX_SUB); + SK_DisplayKeyboard(); } else { @@ -773,7 +773,7 @@ static int EDCallback(Z80 *z80, Z80Val data) if (!cancel) { GUI_Alert(FALSE,"Couldn't open tape"); - SK_DisplayKeyboard(BG_GFX_SUB); + SK_DisplayKeyboard(); } } } @@ -786,7 +786,7 @@ static int EDCallback(Z80 *z80, Z80Val data) else { GUI_Alert(FALSE,"No tape image selected"); - SK_DisplayKeyboard(BG_GFX_SUB); + SK_DisplayKeyboard(); } } -- cgit v1.2.3