Removed useless spaces. Removed addrni.asm from Sconstruct and updated the build instructions for the tools.

This commit is contained in:
jbo_85
2005-07-12 14:19:01 +00:00
parent dba28a70f0
commit 707c6f50c2
35 changed files with 3124 additions and 3125 deletions

View File

@@ -491,7 +491,7 @@ NEWSYM reg301Fw
pop edx
inc word[SfxR15]
or byte[SfxSFR],20h
or dword [SfxSFR],08000h ; Set IRQ Flag
or dword[SfxSFR],08000h ; Set IRQ Flag
mov dword[SFXProc],1
; call StartSFXret
ret
@@ -504,7 +504,7 @@ NEWSYM reg3030w
; Disassemble Flags
test al,20h
jz .noexec
mov dword [NumberOfOpcodes],100
mov dword[NumberOfOpcodes],100
call StartSFX
.noexec
ret
@@ -563,7 +563,7 @@ NEWSYM reg303Cw ; RAMBR (Ram bank register)
mov bl,al
shl ebx,16
add ebx,[sfxramdata]
mov dword [SfxRAMMem],ebx
mov dword[SfxRAMMem],ebx
ret
NEWSYM reg303Dw ; Unused
ret