From d515259920c3120c96033f42c15902dd0f01f10d Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Mon, 14 May 2018 23:23:02 -0300 Subject: [PATCH] ups... (nw) --- src/mame/drivers/gatron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/gatron.cpp b/src/mame/drivers/gatron.cpp index 0cfa4bf0139..61f0cbfc2a2 100644 --- a/src/mame/drivers/gatron.cpp +++ b/src/mame/drivers/gatron.cpp @@ -570,7 +570,7 @@ GFXDECODE_END MACHINE_CONFIG_START(gatron_state::gat) /* basic machine hardware */ - MCFG_DEVICE_ADD("maincpu", Z80, MASTER_CLOCK/24) + MCFG_DEVICE_ADD("maincpu", Z80, CPU_CLOCK) MCFG_DEVICE_PROGRAM_MAP(gat_map) MCFG_DEVICE_IO_MAP(gat_portmap)