summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2023-02-05 16:48:15 +0100
committer Olivier Galibert <galibert@pobox.com>2023-02-22 11:29:51 +0100
commite76e82c9e4cdf4e984fc898ee4f92db3468c38e1 (patch)
treeb6cbe6cb406bb05c36f6e04807b9a0469ec725a2 /src/devices/machine/68340.cpp
parent5c3e2118c76baae770ac9a83684322f3eb36437f (diff)
scc68070: Revert to use musashi for now, it's very much not a traditional 68000.
Diffstat (limited to 'src/devices/machine/68340.cpp')
-rw-r--r--src/devices/machine/68340.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/68340.cpp b/src/devices/machine/68340.cpp
index 6230683be0f..b01e996f6ba 100644
--- a/src/devices/machine/68340.cpp
+++ b/src/devices/machine/68340.cpp
@@ -256,7 +256,7 @@ WRITE_LINE_MEMBER( m68340_cpu_device::set_modck )
void m68340_cpu_device::device_start()
{
- reset_cb().append(FUNC(m68340_cpu_device::reset_peripherals));
+ reset_cb().append(*this, FUNC(m68340_cpu_device::reset_peripherals));
fscpu32_device::device_start();