Genesis - hook up lag counter

This commit is contained in:
adelikat 2012-04-29 12:55:20 +00:00
parent 59eb4b4abe
commit 02767a9fbb
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
Log.Note("CPU", "^^^ IO Read 0: {0:X2}", value);
return value;
case 1: // Port A
lagged = false;
ReadController(ref IOPorts[0].Data);
Log.Note("CPU", "^^^ IO Read 1: {0:X2}", IOPorts[0].Data);
return IOPorts[0].Data;