More code cleanups/updates

This commit is contained in:
pagefault
2003-03-24 20:34:46 +00:00
parent e1288e6644
commit 56b51a2081
3 changed files with 128 additions and 74 deletions

View File

@@ -532,6 +532,7 @@ NEWSYM RSPCRegFC
ret
%macro skipmacro 1
ALIGN4
.spcnextskip
test byte[timeron],1<<%1
je .ret
@@ -567,6 +568,7 @@ NEWSYM haltspc
mov dword[spcnumread],0
ret
ALIGN4
NEWSYM RSPCRegFD
mov al,[spcRam+0fdh]
and al,0Fh
@@ -577,6 +579,7 @@ NEWSYM RSPCRegFD
ret
skipmacro 0
ALIGN4
NEWSYM RSPCRegFE
mov al,[spcRam+0feh]
and al,0Fh
@@ -587,6 +590,7 @@ NEWSYM RSPCRegFE
ret
skipmacro 1
ALIGN4
NEWSYM RSPCRegFF
mov al,[spcRam+0ffh]
and al,0Fh