summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author tim lindner <tlindner@macmess.org>2021-05-26 04:26:12 -0700
committer GitHub <noreply@github.com>2021-05-26 07:26:12 -0400
commit5a33c5eb6d8f27f101437d32f38c9f4dcc1e9ea1 (patch)
tree40a8768bdef7dbf31a2fa216780b97382e5f9359 /src/mame/includes
parente43e9b68f62797e5366e6fe904fa205bfa8d2042 (diff)
coco: fix disabling of joysticks (MT #7475) (#8099)
Diffstat (limited to 'src/mame/includes')
-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);