summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 64b5424..1fd6b12 100644
--- a/io.c
+++ b/io.c
@@ -1841,6 +1841,7 @@ uint8_t io_data_read(io_port * port, uint32_t current_cycle)
{
case IO_GAMEPAD2:
input = ~port->input[GAMEPAD_TH1];
+ device_driven = 0x3F;
break;
case IO_GAMEPAD3:
{