summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/wdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/wdc.cpp')
-rw-r--r--src/devices/bus/wangpc/wdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/wdc.cpp b/src/devices/bus/wangpc/wdc.cpp
index a5424a8863d..095bb28bdaf 100644
--- a/src/devices/bus/wangpc/wdc.cpp
+++ b/src/devices/bus/wangpc/wdc.cpp
@@ -91,7 +91,7 @@ ADDRESS_MAP_END
//-------------------------------------------------
MACHINE_CONFIG_START(wangpc_wdc_device::device_add_mconfig)
- MCFG_CPU_ADD(Z80_TAG, Z80, 2000000) // XTAL_10MHz / ?
+ MCFG_CPU_ADD(Z80_TAG, Z80, 2000000) // XTAL(10'000'000) / ?
//MCFG_Z80_DAISY_CHAIN(wangpc_wdc_daisy_chain)
MCFG_CPU_PROGRAM_MAP(wangpc_wdc_mem)
MCFG_CPU_IO_MAP(wangpc_wdc_io)