Disable some stuff, I hope this doesn't break anything

This commit is contained in:
pagefault
2005-07-06 08:01:12 +00:00
parent fc509bc6eb
commit b8da65069f

View File

@@ -106,7 +106,7 @@ NEWSYM ProcessRewind
mov esi,[tempesi] mov esi,[tempesi]
mov edi,[tempedi] mov edi,[tempedi]
mov ebp,[tempebp] ; mov ebp,[tempebp]
mov edx,[tempedx] mov edx,[tempedx]
.notokay .notokay
@@ -124,7 +124,7 @@ NEWSYM UpdateRewind
mov [tempedx],edx mov [tempedx],edx
mov [tempesi],esi mov [tempesi],esi
mov [tempedi],edi mov [tempedi],edi
mov [tempebp],ebp ; mov [tempebp],ebp
pushad pushad
call BackupCVFrame call BackupCVFrame
@@ -479,7 +479,7 @@ reexecuteb2:
mov edi,[tableadb+ebx*4] mov edi,[tableadb+ebx*4]
.nomovie .nomovie
mov ebp,[spcPCRam] ; mov ebp,[spcPCRam]
mov byte[NoSoundReinit],0 mov byte[NoSoundReinit],0
mov byte[csounddisable],0 mov byte[csounddisable],0
@@ -499,7 +499,7 @@ reexecuteb2:
; de-init variables (copy to variables) ; de-init variables (copy to variables)
mov [spcPCRam],ebp ; mov [spcPCRam],ebp
mov [Curtableaddr],edi mov [Curtableaddr],edi
mov [xp],dl mov [xp],dl
mov [curcyc],dh mov [curcyc],dh