summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32081.cpp
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2022-02-22 20:51:41 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2022-02-22 20:51:41 +0700
commit153062cf0bb8579d8d32c3e172093cfdabb47205 (patch)
treeaed6c1505f56a052eda3f17a07ec465903bde3bc /src/devices/machine/ns32081.cpp
parent96e1aaa5a579d01cdbb9f635b670e32eb4496f0f (diff)
ns32000: add ns32332
Diffstat (limited to 'src/devices/machine/ns32081.cpp')
-rw-r--r--src/devices/machine/ns32081.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ns32081.cpp b/src/devices/machine/ns32081.cpp
index af873292056..39bd7a80aae 100644
--- a/src/devices/machine/ns32081.cpp
+++ b/src/devices/machine/ns32081.cpp
@@ -83,7 +83,7 @@ enum size_code : unsigned
ns32081_device::ns32081_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock)
: device_t(mconfig, NS32081, tag, owner, clock)
- , ns32000_slave_interface(mconfig, *this)
+ , ns32000_slow_slave_interface(mconfig, *this)
{
}