summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-05-29 18:25:11 -0700
committerMichael Pavone <pavone@retrodev.com>2017-05-29 18:25:11 -0700
commit9b2bb72213621cd3b664f648a72fae9cb764cb27 (patch)
treecaeb9f29bcc2653decec751db9f7c4fa019fcd58 /io.c
parent351d14affa7b77e7ecb0527b4162cc6187c2a00e (diff)
Update SMS code for changes supporting slow rise time emulation in IO code
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:
{