summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/isbc_208.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/isbc_208.cpp')
-rw-r--r--src/mame/machine/isbc_208.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/isbc_208.cpp b/src/mame/machine/isbc_208.cpp
index 5b85b93536d..e2b11f1851b 100644
--- a/src/mame/machine/isbc_208.cpp
+++ b/src/mame/machine/isbc_208.cpp
@@ -29,7 +29,7 @@ static SLOT_INTERFACE_START( isbc_208_floppies )
SLOT_INTERFACE_END
MACHINE_CONFIG_START(isbc_208_device::device_add_mconfig)
- MCFG_DEVICE_ADD("dmac", AM9517A, XTAL_8MHz/4)
+ MCFG_DEVICE_ADD("dmac", AM9517A, XTAL(8'000'000)/4)
MCFG_I8237_OUT_HREQ_CB(WRITELINE(isbc_208_device, hreq_w))
MCFG_I8237_OUT_EOP_CB(WRITELINE(isbc_208_device, out_eop_w))
MCFG_I8237_IN_MEMR_CB(READ8(isbc_208_device, dma_read_byte))