Small DSP1 update.
This commit is contained in:
@@ -84,10 +84,14 @@ NEWSYM DSP1Read16b3F
|
|||||||
jae .doC000
|
jae .doC000
|
||||||
cmp byte[DSP1RLeft],0
|
cmp byte[DSP1RLeft],0
|
||||||
jne .movestuff
|
jne .movestuff
|
||||||
mov ax,08080h
|
mov ax,0FFFFh
|
||||||
ret
|
ret
|
||||||
.doC000
|
.doC000
|
||||||
mov ax,08080h
|
mov ax,08000h
|
||||||
|
cmp byte[DSP1WLeft],0
|
||||||
|
je .notwleft
|
||||||
|
mov ax,0C000h
|
||||||
|
.notwleft
|
||||||
ret
|
ret
|
||||||
.movestuff
|
.movestuff
|
||||||
push ebx
|
push ebx
|
||||||
@@ -144,10 +148,14 @@ NEWSYM DSP1Read16b
|
|||||||
ret
|
ret
|
||||||
.do7000
|
.do7000
|
||||||
mov ax,8000h
|
mov ax,8000h
|
||||||
test ecx,01h
|
cmp byte[DSP1WLeft],0
|
||||||
jz .norev
|
je .notwleft
|
||||||
mov ax,0080h
|
mov ax,0C000h
|
||||||
.norev
|
.notwleft
|
||||||
|
; test ecx,01h
|
||||||
|
; jz .norev
|
||||||
|
; mov ax,0080h
|
||||||
|
;.norev
|
||||||
ret
|
ret
|
||||||
.movestuff
|
.movestuff
|
||||||
push ebx
|
push ebx
|
||||||
|
|||||||
Reference in New Issue
Block a user