From 3120bf123f5024a0343f2c1b28067034cb69ceb3 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 16 Sep 2018 12:20:37 +0200 Subject: video21: 2.6mhz is too fast for 8080A (nw) --- src/mame/drivers/video21.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/video21.cpp b/src/mame/drivers/video21.cpp index 8c7106b3f74..cc681aa8e9b 100644 --- a/src/mame/drivers/video21.cpp +++ b/src/mame/drivers/video21.cpp @@ -181,7 +181,7 @@ GFXDECODE_END MACHINE_CONFIG_START( video21_state::video21 ) /* basic machine hardware */ - MCFG_DEVICE_ADD("maincpu", I8080, 20.79_MHz_XTAL / 8) // crystal confirmed but divisor unknown + MCFG_DEVICE_ADD("maincpu", I8080, 20.79_MHz_XTAL / 16) // crystal confirmed but divisor unknown MCFG_DEVICE_PROGRAM_MAP(mem_map) MCFG_DEVICE_IO_MAP(io_map) -- cgit v1.2.3