summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pce.h')
-rw-r--r--src/mame/includes/pce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pce.h b/src/mame/includes/pce.h
index 6ca8f8ce4cc..2a9538dfe2c 100644
--- a/src/mame/includes/pce.h
+++ b/src/mame/includes/pce.h
@@ -64,8 +64,8 @@ public:
int m_joystick_port_select;
int m_joystick_data_select;
uint8_t m_joy_6b_packet[5];
- DECLARE_WRITE8_MEMBER(mess_pce_joystick_w);
- DECLARE_READ8_MEMBER(mess_pce_joystick_r);
+ void mess_pce_joystick_w(uint8_t data);
+ uint8_t mess_pce_joystick_r();
DECLARE_WRITE8_MEMBER(pce_cd_intf_w);
DECLARE_READ8_MEMBER(pce_cd_intf_r);
DECLARE_READ8_MEMBER(pce_cd_acard_wram_r);