Oops, this actually compiles now :)

This commit is contained in:
pagefault
2003-07-03 21:17:34 +00:00
parent b09f1346ec
commit 68375a4210
2 changed files with 5 additions and 6 deletions

View File

@@ -132,8 +132,8 @@ NEWSYM SA1Swap
; SA1Debug ; SA1Debug
cmp byte[SA1SH],1 ; cmp byte[SA1SH],1
je near .speedhack ; je near .speedhack
; non debug version ; non debug version
mov bl,[esi] mov bl,[esi]
@@ -189,7 +189,8 @@ NEWSYM SA1Swap
mov dword[snesmap2],eax mov dword[snesmap2],eax
mov edi,[prevedi] mov edi,[prevedi]
xor eax,eax xor eax,eax
add byte[CurrentExecSA1],4 add dh,40
add byte[CurrentExecSA1],1
mov byte[SA1Status],0 mov byte[SA1Status],0
add dword[SA1TimerVal],23 add dword[SA1TimerVal],23
; xor dh,dh ; xor dh,dh

View File

@@ -20,7 +20,7 @@
EXTSYM DosExit,UpdateDevices,InitSPC,Makemode7Table,MusicRelVol,MusicVol EXTSYM DosExit,UpdateDevices,InitSPC,Makemode7Table,MusicRelVol,MusicVol
EXTSYM makesprprtable,romloadskip,start65816,startdebugger,SfxR0 EXTSYM makesprprtable,romloadskip,start65816,startdebugger,SfxR0
EXTSYM MovieProcessing EXTSYM MovieProcessing
EXTSYM MovieFileHand,filefound,inittable,SA1inittable EXTSYM MovieFileHand,filefound,inittable,Sinittable
EXTSYM MessageOn,Msgptr,MsgCount,sndrot,GenerateBank0Table,SnowTimer EXTSYM MessageOn,Msgptr,MsgCount,sndrot,GenerateBank0Table,SnowTimer
EXTSYM inittableb,inittablec,newgfx16b,cfgreinittime,EndMessage EXTSYM inittableb,inittablec,newgfx16b,cfgreinittime,EndMessage
EXTSYM Open_File,Read_File,Write_File,Close_File,Output_Text,Get_Key,CNetType EXTSYM Open_File,Read_File,Write_File,Close_File,Output_Text,Get_Key,CNetType
@@ -1398,7 +1398,6 @@ SECTION .text
; Breath of fire 2 : 100/130/25/35 -p 70 ; Breath of fire 2 : 100/130/25/35 -p 70
; BToads vs DD : 197/192/47/47 -p 130 ; BToads vs DD : 197/192/47/47 -p 130
; Bubsy ; 182/177/44/44 -p 120 ; Bubsy ; 182/177/44/44 -p 120
; EWJim2 : execatzerovirq = 1
NEWSYM Checkheadersame NEWSYM Checkheadersame
mov cl,20 mov cl,20
@@ -2247,7 +2246,6 @@ NEWSYM init65816
rep stosd rep stosd
mov byte[prevoamptr],0FFh mov byte[prevoamptr],0FFh
mov byte[execatzerovirq],0
mov byte[disablehdma],0 mov byte[disablehdma],0
mov byte[disableeffects],0 mov byte[disableeffects],0
mov byte[dracxhack],0 mov byte[dracxhack],0