summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-05-11 01:10:40 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-05-11 01:10:40 +0000
commit39ff59a5ac6f6b9982d62888e6530543ed6c0e6e (patch)
treefda4cf0e6e4765b0bce5011df3d6fc49331317a5
parent081c0cfce599cfef7d9b60d6b75631bab0529215 (diff)
Made a main clock correction for M14 HW
-rw-r--r--src/mame/drivers/m14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m14.c b/src/mame/drivers/m14.c
index 3172ad94abf..7ba783bc8f1 100644
--- a/src/mame/drivers/m14.c
+++ b/src/mame/drivers/m14.c
@@ -278,7 +278,7 @@ static INTERRUPT_GEN( m14_irq )
static MACHINE_DRIVER_START( m14 )
/* basic machine hardware */
- MDRV_CPU_ADD("maincpu",8085A,6000000)
+ MDRV_CPU_ADD("maincpu",8085A,6000000/2) //guess: 6 Mhz internally divided by 2
MDRV_CPU_PROGRAM_MAP(m14_map)
MDRV_CPU_IO_MAP(m14_io_map)
MDRV_CPU_VBLANK_INT("screen",m14_irq)