From 991bd20ca8f627169c7648202e0258b15e3b43fb Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 23 Dec 2003 23:30:39 +0000 Subject: Tweaked GUI to preallocate colours --- src/zx81.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/zx81.c') diff --git a/src/zx81.c b/src/zx81.c index 515cd07..603bbd9 100644 --- a/src/zx81.c +++ b/src/zx81.c @@ -34,7 +34,7 @@ static const char ident[]="$Id$"; #include "config.h" #include "exit.h" -static const char ident_h[]=EZX81ZX81H; +static const char ident_h[]=EZX81_ZX81H; #ifndef TRUE #define TRUE 1 @@ -401,9 +401,11 @@ static int CheckTimers(Z80 *z80, Z80Val val) if (nmigen) { Z80NMI(z80,0xff); + printf("NMIGEN\n"); } else if (hsync) { + printf("HSYNC\n"); if (ULA.release) { /* ULA.release=FALSE; */ -- cgit v1.2.3