diff io.c @ 1379:65f1d6558e9e

Update SMS code for changes supporting slow rise time emulation in IO code
author Michael Pavone <pavone@retrodev.com>
date Mon, 29 May 2017 18:25:11 -0700
parents e587f16e7d3d
children aca496957999
line wrap: on
line diff
--- a/io.c	Mon May 29 17:30:40 2017 -0700
+++ b/io.c	Mon May 29 18:25:11 2017 -0700
@@ -1841,6 +1841,7 @@
 	{
 	case IO_GAMEPAD2:
 		input = ~port->input[GAMEPAD_TH1];
+		device_driven = 0x3F;
 		break;
 	case IO_GAMEPAD3:
 	{