diff options
| author | 2023-02-05 16:48:15 +0100 | |
|---|---|---|
| committer | 2023-02-22 11:29:51 +0100 | |
| commit | e76e82c9e4cdf4e984fc898ee4f92db3468c38e1 (patch) | |
| tree | b6cbe6cb406bb05c36f6e04807b9a0469ec725a2 /src/devices/machine/68340.cpp | |
| parent | 5c3e2118c76baae770ac9a83684322f3eb36437f (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.cpp | 2 |
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(); |
