Rollback of SuperFX IRQ thingy

This commit is contained in:
pagefault
2004-10-13 20:36:55 +00:00
parent 5b0f617db2
commit 864c1bb94f
2 changed files with 1 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ EXTSYM C4VBlank
EXTSYM dsp1teststuff EXTSYM dsp1teststuff
EXTSYM ReturnFromSPCStall,SPCStallSetting,cycpb268,cycpb358,HIRQSkip,scanlines EXTSYM ReturnFromSPCStall,SPCStallSetting,cycpb268,cycpb358,HIRQSkip,scanlines
EXTSYM smallscreenon,ScreenScale EXTSYM smallscreenon,ScreenScale
EXTSYM MainLoop,NumberOfOpcodes,SfxCLSR,SfxSCMR,SfxPOR,SFXIRQFlag EXTSYM MainLoop,NumberOfOpcodes,SfxCLSR,SfxSCMR,SfxPOR
EXTSYM sfx128lineloc,sfx160lineloc,sfx192lineloc,sfxobjlineloc,sfxclineloc EXTSYM sfx128lineloc,sfx160lineloc,sfx192lineloc,sfxobjlineloc,sfxclineloc
EXTSYM PLOTJmpa,PLOTJmpb,FxTable,FxTableb,FxTablec,FxTabled EXTSYM PLOTJmpa,PLOTJmpb,FxTable,FxTableb,FxTablec,FxTabled
EXTSYM SfxPBR,SCBRrel,SfxSCBR,SfxCOLR,hdmaearlstart,SFXCounter EXTSYM SfxPBR,SCBRrel,SfxSCBR,SfxCOLR,hdmaearlstart,SFXCounter

View File

@@ -2586,7 +2586,6 @@ NEWSYM ProcessSwapTable
SECTION .data SECTION .data
NEWSYM SFXCounter, dd 0 NEWSYM SFXCounter, dd 0
NEWSYM SFXIRQFlag, db 0
SECTION .text SECTION .text
@@ -4424,7 +4423,6 @@ NEWSYM CheckROMType
; Chip Detection ; Chip Detection
mov byte[SFXEnable],0 mov byte[SFXEnable],0
mov byte[SFXIRQFlag],0
mov byte[C4Enable],0 mov byte[C4Enable],0
mov byte[SPC7110Enable],0 mov byte[SPC7110Enable],0
mov byte[RTCEnable],0 mov byte[RTCEnable],0
@@ -4520,7 +4518,6 @@ int 3h
jne .notSFXD jne .notSFXD
mov byte[SFXEnable],1 mov byte[SFXEnable],1
mov byte[SFXBATT],1 ;Contains Battery mov byte[SFXBATT],1 ;Contains Battery
mov byte[SFXIRQFlag],1
jmp .endchpdtct jmp .endchpdtct
.notSFXD .notSFXD
cmp ax,05535h cmp ax,05535h