'spcRam' -> 'SPCRAM'. Prerequisite for new SPC stuff.

This commit is contained in:
grinvader
2005-07-16 21:42:52 +00:00
parent 9bb7d64292
commit ffaf266913
19 changed files with 210 additions and 234 deletions

View File

@@ -1158,7 +1158,7 @@ section .data
.fname2 db 9,'vram2.dat',0
section .text
EXTSYM spcRam
EXTSYM SPCRAM
section .data
NEWSYM ewj2hack, dd 0
section .text
@@ -1180,8 +1180,8 @@ NEWSYM hdmatype2indirect
xor ebx,ebx
xor ecx,ecx
xor edx,edx
mov ax,[spcRam+021h] ; load dest offset
mov dword[.dest],spcRam
mov ax,[SPCRAM+021h] ; load dest offset
mov dword[.dest],SPCRAM
add [.dest],eax
mov dl,[esi+10] ; number of bytes to transfer
sub dl,80h