Fix to cpu emulation mode

This commit is contained in:
z_demo_z
2002-06-02 01:26:10 +00:00
parent 673a298283
commit 695a0e6aa2
7 changed files with 31 additions and 0 deletions

View File

@@ -1903,8 +1903,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