summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taitoair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taitoair.h')
-rw-r--r--src/mame/includes/taitoair.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/taitoair.h b/src/mame/includes/taitoair.h
index e284251c5e8..ce38ccb856c 100644
--- a/src/mame/includes/taitoair.h
+++ b/src/mame/includes/taitoair.h
@@ -126,8 +126,8 @@ private:
void dsp_HOLDA_signal_w(offs_t offset, u16 data);
void paletteram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void gradram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
- DECLARE_READ16_MEMBER(stick_input_r);
- DECLARE_READ16_MEMBER(stick2_input_r);
+ u16 stick_input_r(offs_t offset);
+ u16 stick2_input_r(offs_t offset);
void coin_control_w(u8 data);
void sound_bankswitch_w(u8 data);
void dsp_flags_w(offs_t offset, u16 data);