fmtowns: fixed mouse cursor moving on its own in Data West games

This commit is contained in:
r09 2017-12-07 23:23:22 +01:00 committed by GitHub
parent 33e49080e2
commit 85080516c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -985,6 +985,7 @@ READ8_MEMBER(towns_state::towns_padport_r)
break;
case MOUSE_START:
case MOUSE_SYNC:
break;
default:
if(m_towns_mouse_output < MOUSE_Y_LOW)
ret |= 0x0f;
@ -1072,6 +1073,7 @@ READ8_MEMBER(towns_state::towns_padport_r)
break;
case MOUSE_START:
case MOUSE_SYNC:
break;
default:
if(m_towns_mouse_output < MOUSE_Y_LOW)
ret |= 0x0f;