Dual mouse working now

This commit is contained in:
pagefault
2006-03-23 23:37:12 +00:00
parent 145afad3d3
commit f001226b7e
2 changed files with 3 additions and 1 deletions

View File

@@ -1365,7 +1365,7 @@ NEWSYM cpuover
jmp DosExit jmp DosExit
.noprocmovie .noprocmovie
cmp byte[snesmouse],4 cmp byte[snesmouse],5
jne .nolethalen jne .nolethalen
mov eax,[LethEnData] mov eax,[LethEnData]
mov [JoyBNow],eax mov [JoyBNow],eax

View File

@@ -722,8 +722,10 @@ NEWSYM ReadInputDevice
cmp byte[snesmouse],3 cmp byte[snesmouse],3
jne .nomultimouse jne .nomultimouse
mov byte[MouseToRead],1 mov byte[MouseToRead],1
call processmouse
ProcSNESMouse JoyAOrig ProcSNESMouse JoyAOrig
mov byte[MouseToRead],2 mov byte[MouseToRead],2
call processmouse
ProcSNESMouse JoyBOrig ProcSNESMouse JoyBOrig
jmp .noinput2 jmp .noinput2
.nomultimouse .nomultimouse