diff options
author | Ian C <ianc@noddybox.co.uk> | 2003-12-23 23:30:39 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2003-12-23 23:30:39 +0000 |
commit | 991bd20ca8f627169c7648202e0258b15e3b43fb (patch) | |
tree | 048a48796dd0a78deee6d58d41f40fb329a63882 /src/zx81.c | |
parent | 694155dda64f2aa7c89f6fa510ea458e18c778fd (diff) |
Tweaked GUI to preallocate colours
Diffstat (limited to 'src/zx81.c')
-rw-r--r-- | src/zx81.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; */ |