summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68328.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68328.h')
-rw-r--r--src/devices/machine/mc68328.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/mc68328.h b/src/devices/machine/mc68328.h
index 42708bb18c1..36f69f5ab40 100644
--- a/src/devices/machine/mc68328.h
+++ b/src/devices/machine/mc68328.h
@@ -330,7 +330,8 @@ private:
// internal state
void set_interrupt_line(uint32_t line, uint32_t active);
void poll_port_d_interrupts();
- IRQ_CALLBACK_MEMBER(vector_gen);
+ void cpu_space_map(address_map &map);
+ u16 irq_callback(offs_t offset);
uint32_t get_timer_frequency(uint32_t index);
void maybe_start_timer(uint32_t index, uint32_t new_enable);
void timer_compare_event(uint32_t index);