Port of statesaver to C, new resolution for SDL port, fixed bilinear filter in GUI

This commit is contained in:
grinvader
2005-01-26 01:00:54 +00:00
parent 908edb5c21
commit d19abb9283
18 changed files with 691 additions and 450 deletions

View File

@@ -173,7 +173,9 @@ NEWSYM loadtempstuff
call Close_File
add dword[spcPCRam],spcRam
add dword[spcRamDP],spcRam
pushad
call ResetState
popad
ret
mov dword[spcPCRam],0
xor eax,eax
@@ -435,13 +437,17 @@ NEWSYM debugloadstate
add dword[Curtableaddr],tableA
add dword[spcPCRam],spcRam
add dword[spcRamDP],spcRam
pushad
call ResetState
popad
call procexecloop
.nofile
jmp debugloopa
NEWSYM debugsavestate
pushad
call statesaver
popad
jmp debugloopb
;*******************************************************