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

File diff suppressed because it is too large Load Diff

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

View File

@@ -2575,8 +2575,8 @@ drawsprng16bt:
xor eax,eax
test byte[BGMS1+ebx*2+1],10h
jnz near drawsprng16bmst
test byte[BGMS1+ebx*2],04h
jz .main
test byte[BGMS1+ebx*2+1],04h
jnz .main
mov edi,[CMainWinScr]
cmp byte[edi+ebx+4*256],0
jne near drawsprngw16bt