diff options
Diffstat (limited to 'src/mess/includes/atarist.h')
-rw-r--r-- | src/mess/includes/atarist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/atarist.h b/src/mess/includes/atarist.h index 576cfccd35c..ed86ac27c99 100644 --- a/src/mess/includes/atarist.h +++ b/src/mess/includes/atarist.h @@ -315,6 +315,7 @@ public: TIMER_CALLBACK_MEMBER(atarist_shifter_tick); TIMER_CALLBACK_MEMBER(atarist_glue_tick); TIMER_CALLBACK_MEMBER(atarist_blitter_tick); + IRQ_CALLBACK_MEMBER(atarist_int_ack); }; class megast_state : public st_state @@ -370,7 +371,7 @@ public: TIMER_CALLBACK_MEMBER(atariste_dmasound_tick); TIMER_CALLBACK_MEMBER(atariste_microwire_tick); - + void dmasound_set_state(int level); void dmasound_tick(); void microwire_shift(); |