'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

@@ -379,12 +379,12 @@ NEWSYM GUIDoReset
popad
xor eax,eax
mov edx,spcRam
mov edx,SPCRAM
mov ax,0FFC0h
add edx,eax
mov [spcPCRam],edx
mov dword[spcS],1EFh
mov dword[spcRamDP],spcRam
mov dword[spcRamDP],SPCRAM
mov byte[spcA],0
mov byte[spcX],0
mov byte[spcY],0