From 601d900b0f0533461cedb820c3823c3a6b3c01e5 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 10 Dec 2017 11:15:53 +0100 Subject: [PATCH] ironhors.cpp: added hsync measurement, removed wrong comment (nw) --- src/mame/drivers/ironhors.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/ironhors.cpp b/src/mame/drivers/ironhors.cpp index 209bbe35b73..29e7a6703fb 100644 --- a/src/mame/drivers/ironhors.cpp +++ b/src/mame/drivers/ironhors.cpp @@ -368,7 +368,9 @@ M6809E runs at 1.532mhz ( NOT 3.072mhz) Vsync is 61hz -These clocks make the emulation run too fast. Real hardware video: http://d.hatena.ne.jp/video/niconico/sm3842410 +Hsync is 15,56khz + +These clocks make the emulation run too fast. */ static MACHINE_CONFIG_START( ironhors )