Fix to cpu emulation mode
This commit is contained in:
@@ -1896,8 +1896,13 @@ COp5B: ; TCD i
|
||||
endloop
|
||||
COp1B: ; TCS i
|
||||
mov ax,[xa]
|
||||
test byte[xe],1
|
||||
jnz .emul
|
||||
mov [xs],ax
|
||||
endloop
|
||||
.emul
|
||||
mov [xs],al
|
||||
endloop
|
||||
COp7B: ; TDC i
|
||||
mov ax,[xd]
|
||||
mov [xa],ax
|
||||
|
||||
Reference in New Issue
Block a user