summaryrefslogtreecommitdiff
path: root/src/zx81.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-17 00:01:19 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-17 00:01:19 +0000
commit5b27bd62f60532486d288a60193b583d2e6cb8c0 (patch)
tree1caaf8a4b1ba4e7e66d983b58d790dba4df1ac81 /src/zx81.c
parent79ff304abce3f4a1e876e3335dbb890846ff3f3e (diff)
Updates
Diffstat (limited to 'src/zx81.c')
-rw-r--r--src/zx81.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/zx81.c b/src/zx81.c
index 87158cd..efaef52 100644
--- a/src/zx81.c
+++ b/src/zx81.c
@@ -52,9 +52,7 @@ static const int ROMLEN=0x2000;
static const int ROM_SAVE=0x2fc;
static const int ROM_LOAD=0x347;
-/* No of T-states in each 64us HSYNC (hopefully)
-*/
-static const Z80Val HSYNC_PERIOD=321;
+static const Z80Val HSYNC_PERIOD=208;
/* The ZX81 screen
*/