summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/aha1542.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/aha1542.cpp')
-rw-r--r--src/devices/bus/isa/aha1542.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/aha1542.cpp b/src/devices/bus/isa/aha1542.cpp
index 9b633c5717a..5be4b1de3cb 100644
--- a/src/devices/bus/isa/aha1542.cpp
+++ b/src/devices/bus/isa/aha1542.cpp
@@ -175,7 +175,7 @@ const tiny_rom_entry *aha1542_device::device_rom_region() const
}
MACHINE_CONFIG_START(aha1542_device::device_add_mconfig)
- MCFG_CPU_ADD(Z84C0010_TAG, Z80, XTAL_12MHz)
+ MCFG_CPU_ADD(Z84C0010_TAG, Z80, XTAL(12'000'000))
MCFG_CPU_PROGRAM_MAP( z84c0010_mem )
MACHINE_CONFIG_END