Less useless spaces, spc700 init to ffc0 (byuu), earthbound fix (pagefault).

This commit is contained in:
grinvader
2005-07-06 15:19:12 +00:00
parent 59c837fcc0
commit b75cb07be4
3 changed files with 971 additions and 992 deletions

View File

@@ -380,11 +380,11 @@ NEWSYM GUIDoReset
xor eax,eax
mov edx,spcRam
mov ax,0FFC9h
mov ax,0FFC0h
add edx,eax
mov [spcPCRam],edx
mov dword [spcS],1EFh
mov dword [spcRamDP],spcRam
mov dword[spcS],1EFh
mov dword[spcRamDP],spcRam
mov byte[spcA],0
mov byte[spcX],0
mov byte[spcY],0