summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/unsp/unsp.cpp')
-rw-r--r--src/devices/cpu/unsp/unsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/unsp/unsp.cpp b/src/devices/cpu/unsp/unsp.cpp
index fe6193f86fd..2805d3a80e0 100644
--- a/src/devices/cpu/unsp/unsp.cpp
+++ b/src/devices/cpu/unsp/unsp.cpp
@@ -99,7 +99,7 @@ unsp_20_device::unsp_20_device(const machine_config &mconfig, const char *tag, d
}
unsp_20_device::unsp_20_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, address_map_constructor internal)
- : unsp_12_device(mconfig, UNSP_20, tag, owner, clock, internal)
+ : unsp_12_device(mconfig, type, tag, owner, clock, internal)
{
m_iso = 20;
}