summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/coco.h')
-rw-r--r--src/mame/includes/coco.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/coco.h b/src/mame/includes/coco.h
index adb82421ac1..63b04da84cc 100644
--- a/src/mame/includes/coco.h
+++ b/src/mame/includes/coco.h
@@ -197,7 +197,8 @@ protected:
soundmux_status_t soundmux_status(void);
void update_sound(void);
- void poll_joystick(bool *joyin, uint8_t *buttons);
+ bool poll_joystick(void);
+ uint8_t poll_joystick_buttons(void);
void poll_keyboard(void);
void poll_hires_joystick(void);
void update_cassout(int cassout);