summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/irobot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/irobot.h')
-rw-r--r--src/mame/includes/irobot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/irobot.h b/src/mame/includes/irobot.h
index 37e68472445..6a650bf25b8 100644
--- a/src/mame/includes/irobot.h
+++ b/src/mame/includes/irobot.h
@@ -65,9 +65,9 @@ private:
DECLARE_WRITE8_MEMBER(irobot_clearfirq_w);
DECLARE_READ8_MEMBER(irobot_sharedmem_r);
DECLARE_WRITE8_MEMBER(irobot_sharedmem_w);
- DECLARE_WRITE8_MEMBER(irobot_statwr_w);
- DECLARE_WRITE8_MEMBER(irobot_out0_w);
- DECLARE_WRITE8_MEMBER(irobot_rom_banksel_w);
+ void irobot_statwr_w(uint8_t data);
+ void irobot_out0_w(uint8_t data);
+ void irobot_rom_banksel_w(uint8_t data);
DECLARE_READ8_MEMBER(irobot_status_r);
DECLARE_WRITE8_MEMBER(irobot_paletteram_w);
DECLARE_READ8_MEMBER(quad_pokeyn_r);