summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc2000.cpp')
-rw-r--r--src/mame/drivers/pc2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc2000.cpp b/src/mame/drivers/pc2000.cpp
index 6b822b2db1f..74a14b087a8 100644
--- a/src/mame/drivers/pc2000.cpp
+++ b/src/mame/drivers/pc2000.cpp
@@ -837,7 +837,7 @@ DEVICE_IMAGE_LOAD_MEMBER( pc2000_state, pc2000_cart )
MACHINE_CONFIG_START(pc2000_state::pc2000)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",Z80, XTAL_4MHz) /* probably not accurate */
+ MCFG_CPU_ADD("maincpu",Z80, XTAL(4'000'000)) /* probably not accurate */
MCFG_CPU_PROGRAM_MAP(pc2000_mem)
MCFG_CPU_IO_MAP(pc2000_io)
MCFG_CPU_PERIODIC_INT_DRIVER(pc2000_state, irq0_line_hold, 50)