diff options
Diffstat (limited to 'src/mess/includes/fmtowns.h')
-rw-r--r-- | src/mess/includes/fmtowns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/fmtowns.h b/src/mess/includes/fmtowns.h index 0238c4068ab..8230c4d48f7 100644 --- a/src/mess/includes/fmtowns.h +++ b/src/mess/includes/fmtowns.h @@ -265,6 +265,7 @@ public: DECLARE_WRITE_LINE_MEMBER(towns_pit_out0_changed); DECLARE_WRITE_LINE_MEMBER(towns_pit_out1_changed); DECLARE_READ8_MEMBER(get_slave_ack); + IRQ_CALLBACK_MEMBER(towns_irq_callback); }; class marty_state : public towns_state |