summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68340.h')
-rw-r--r--src/devices/machine/68340.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/68340.h b/src/devices/machine/68340.h
index 23f3ed6b147..84e51785596 100644
--- a/src/devices/machine/68340.h
+++ b/src/devices/machine/68340.h
@@ -56,7 +56,8 @@ private:
required_device_array<mc68340_timer_module_device, 2> m_timer;
void update_ipl();
- IRQ_CALLBACK_MEMBER(int_ack);
+ void internal_vectors_r(address_map &map);
+ u16 int_ack(offs_t offset);
TIMER_CALLBACK_MEMBER(periodic_interrupt_timer_callback);