Removed old, broken, and problematic code that wasn't really needed. Fixed more SRAM issues.

This commit is contained in:
n-a-c-h
2004-12-08 21:54:38 +00:00
parent c9d57c6d81
commit 79c9649042
5 changed files with 39 additions and 537 deletions

View File

@@ -1505,7 +1505,7 @@ NEWSYM SaveSramData
call Create_File
jc .failed
mov bx,ax
mov ecx,65536
mov ecx,[ramsize]
mov edx,[sfxramdata]
call Write_File
call Close_File
@@ -1531,7 +1531,7 @@ NEWSYM SaveSramData
call Create_File
jc .failed
mov bx,ax
mov ecx,65536*2
mov ecx,[ramsize]
mov edx,[SA1RAMArea]
call Write_File
call Close_File