Some code cleanup and dead code removal.

This commit is contained in:
n-a-c-h
2005-02-19 19:41:05 +00:00
parent 118c2413a2
commit 7dfd9a321d
4 changed files with 10 additions and 42 deletions

View File

@@ -503,29 +503,14 @@ NEWSYM GUIDoReset
.skipfileend
pushad
call RestoreSystemVars
call clearSPCRAM
popad
; clear dsp ram
xor al,al
mov edi,DSPMem
mov ecx,256
rep stosb
; reset the snes
call init65816
pushad
call procexecloop
popad
mov eax,spcRam
mov edx,0EFh
.loop
mov byte[eax],0
inc eax
dec edx
jnz .loop
xor eax,eax
mov edx,spcRam
mov ax,0FFC9h