summaryrefslogtreecommitdiff
path: root/src/zx81.c
diff options
context:
space:
mode:
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; */