summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/mcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/mcc.cpp')
-rw-r--r--src/devices/bus/wangpc/mcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/mcc.cpp b/src/devices/bus/wangpc/mcc.cpp
index a3419f7c373..7eb56eb479e 100644
--- a/src/devices/bus/wangpc/mcc.cpp
+++ b/src/devices/bus/wangpc/mcc.cpp
@@ -57,7 +57,7 @@ DEFINE_DEVICE_TYPE(WANGPC_MCC, wangpc_mcc_device, "wangpc_mcc", "Wang PC-PM043 M
void wangpc_mcc_device::device_add_mconfig(machine_config &config)
{
- Z80SIO2(config, m_sio, 4000000);
+ Z80SIO(config, m_sio, 4000000); // SIO/2?
Z80DART(config, m_dart, 4000000);
}