From 2d42e889f443426721eb46c3afedbe1201f8d0f4 Mon Sep 17 00:00:00 2001 From: Joakim Larsson Edstrom Date: Mon, 17 Jul 2017 13:49:45 +0200 Subject: 68340: Added config macros and callbacks for 8 bit ports A and B --- src/devices/machine/68340.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/devices/machine/68340.cpp') diff --git a/src/devices/machine/68340.cpp b/src/devices/machine/68340.cpp index 3dc8f2e5c83..0de1bf4dcf8 100644 --- a/src/devices/machine/68340.cpp +++ b/src/devices/machine/68340.cpp @@ -107,6 +107,10 @@ ADDRESS_MAP_END m68340_cpu_device::m68340_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : fscpu32_device(mconfig, tag, owner, clock, M68340, 32,32, ADDRESS_MAP_NAME(m68340_internal_map)) + ,m_pa_out_cb(*this) + ,m_pa_in_cb(*this) + ,m_pb_out_cb(*this) + ,m_pb_in_cb(*this) { m68340SIM = nullptr; m68340DMA = nullptr; -- cgit v1.2.3