From 486408ca6c04cb48064356abeda151a123d16614 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sun, 20 Dec 2009 21:12:07 +0000 Subject: [PATCH] Fixed both: 03589: mystston, myststono: VSYNC does not match original PCB [Corrado Tomaselli] 03588: mystston, myststono: Music is faster than original PCB [Corrado Tomaselli] --- src/mame/video/mystston.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/mystston.c b/src/mame/video/mystston.c index 64ef6cd7ae4..220d1c47f61 100644 --- a/src/mame/video/mystston.c +++ b/src/mame/video/mystston.c @@ -25,7 +25,7 @@ *************************************/ #define PIXEL_CLOCK (MYSTSTON_MASTER_CLOCK / 2) -#define HTOTAL (0x140) +#define HTOTAL (0x180) #define HBEND (0x000) #define HBSTART (0x100) #define VTOTAL (0x110) /* counts from 0x08-0xff, then from 0xe8-0xff */