diff options
author | 2013-01-31 12:21:12 +0000 | |
---|---|---|
committer | 2013-01-31 12:21:12 +0000 | |
commit | f63dc9ba6597a6b0b4fc0ab906637a85f43a50cf (patch) | |
tree | 4f6244c9e82aa087609c8adc5e058e441f82607b /src/mess/includes/fmtowns.h | |
parent | 3e73b779d0f9e8a35ea4883595e655201c668ea3 (diff) |
IRQ_CALLBACK modernization part 1 (no whatsnew)
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 |