summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/ace2x00.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/ace2x00.cpp')
-rw-r--r--src/devices/bus/a2bus/ace2x00.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/ace2x00.cpp b/src/devices/bus/a2bus/ace2x00.cpp
index 9194e55d8b8..daaf260b06e 100644
--- a/src/devices/bus/a2bus/ace2x00.cpp
+++ b/src/devices/bus/a2bus/ace2x00.cpp
@@ -119,7 +119,7 @@ void a2bus_ace2x00_device::device_reset()
m_rom = device().machine().root_device().memregion("maincpu")->base();
}
-void a2bus_ace2x00_device::reset_from_bus()
+void a2bus_ace2x00_slot6_device::reset_from_bus()
{
m_iwm->reset();
}