summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/atarist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/atarist.h')
-rw-r--r--src/mess/includes/atarist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/atarist.h b/src/mess/includes/atarist.h
index ed86ac27c99..f55c8f3c31c 100644
--- a/src/mess/includes/atarist.h
+++ b/src/mess/includes/atarist.h
@@ -315,7 +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);
+ IRQ_CALLBACK_MEMBER(atarist_int_ack);
};
class megast_state : public st_state
@@ -371,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();