summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vta2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vta2000.cpp')
-rw-r--r--src/mame/drivers/vta2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vta2000.cpp b/src/mame/drivers/vta2000.cpp
index a7b2f62c418..29d2a99e0f6 100644
--- a/src/mame/drivers/vta2000.cpp
+++ b/src/mame/drivers/vta2000.cpp
@@ -157,7 +157,7 @@ PALETTE_INIT_MEMBER(vta2000_state, vta2000)
MACHINE_CONFIG_START(vta2000_state::vta2000)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",I8080, XTAL_4MHz / 4)
+ MCFG_CPU_ADD("maincpu",I8080, XTAL(4'000'000) / 4)
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)