summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_x.h')
-rw-r--r--src/mame/includes/taito_x.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/taito_x.h b/src/mame/includes/taito_x.h
index 216a759c194..fc92475a048 100644
--- a/src/mame/includes/taito_x.h
+++ b/src/mame/includes/taito_x.h
@@ -30,12 +30,12 @@ public:
void daisenpu(machine_config &config);
private:
- DECLARE_READ16_MEMBER(superman_dsw_input_r);
- DECLARE_WRITE8_MEMBER(superman_counters_w);
- DECLARE_READ16_MEMBER(daisenpu_input_r);
- DECLARE_WRITE16_MEMBER(daisenpu_input_w);
- DECLARE_WRITE16_MEMBER(kyustrkr_input_w);
- DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
+ u16 superman_dsw_input_r(offs_t offset);
+ void superman_counters_w(u8 data);
+ u16 daisenpu_input_r(offs_t offset);
+ void daisenpu_input_w(offs_t offset, u16 data);
+ void kyustrkr_input_w(offs_t offset, u16 data);
+ void sound_bankswitch_w(u8 data);
DECLARE_MACHINE_START(taitox);
INTERRUPT_GEN_MEMBER(interrupt);