summaryrefslogtreecommitdiff
path: root/src/zx81.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-23 23:30:39 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-23 23:30:39 +0000
commit991bd20ca8f627169c7648202e0258b15e3b43fb (patch)
tree048a48796dd0a78deee6d58d41f40fb329a63882 /src/zx81.c
parent694155dda64f2aa7c89f6fa510ea458e18c778fd (diff)
Tweaked GUI to preallocate colours
Diffstat (limited to 'src/zx81.c')
-rw-r--r--src/zx81.c4
1 files changed, 3 insertions, 1 deletions
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; */