diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-29 18:25:11 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-29 18:25:11 -0700 |
commit | 9b2bb72213621cd3b664f648a72fae9cb764cb27 (patch) | |
tree | caeb9f29bcc2653decec751db9f7c4fa019fcd58 /io.c | |
parent | 351d14affa7b77e7ecb0527b4162cc6187c2a00e (diff) |
Update SMS code for changes supporting slow rise time emulation in IO code
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: { |