summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1512kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc1512kb.cpp')
-rw-r--r--src/mame/machine/pc1512kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc1512kb.cpp b/src/mame/machine/pc1512kb.cpp
index bff7f8f22e3..24b31eacbd2 100644
--- a/src/mame/machine/pc1512kb.cpp
+++ b/src/mame/machine/pc1512kb.cpp
@@ -51,7 +51,7 @@ const tiny_rom_entry *pc1512_keyboard_device::device_rom_region() const
//-------------------------------------------------
MACHINE_CONFIG_START(pc1512_keyboard_device::device_add_mconfig)
- MCFG_CPU_ADD(I8048_TAG, I8048, XTAL_6MHz)
+ MCFG_CPU_ADD(I8048_TAG, I8048, XTAL(6'000'000))
MCFG_MCS48_PORT_BUS_IN_CB(READ8(pc1512_keyboard_device, kb_bus_r))
MCFG_MCS48_PORT_P1_OUT_CB(WRITE8(pc1512_keyboard_device, kb_p1_w))
MCFG_MCS48_PORT_P2_IN_CB(READ8(pc1512_keyboard_device, kb_p2_r))