RomSpeed option

This commit is contained in:
cassidoxa
2023-08-26 23:24:34 -04:00
parent 05a79ad2d9
commit 52d2616537
4 changed files with 7 additions and 6 deletions

View File

@@ -59,10 +59,8 @@ org $00FFEA : dw NMIBounce
org $00FFEE : dw IRQBounce org $00FFEE : dw IRQBounce
org $8098AB org $8098AB
NMIBounce: JML.l $8080C9
NMIBounce: JML $8080C9 IRQBounce: JML.l $8082D8
IRQBounce: JML $8082D8
warnpc $8098C0 warnpc $8098C0
;================================================================================ ;================================================================================

View File

@@ -49,10 +49,11 @@ Init_Primary:
SEP #$30 SEP #$30
LDA.l RomSpeed : STA.w MEMSEL ; enable fastrom access on upper banks LDA.l RomSpeed : STA.w MEMSEL ; enable fastrom access on upper banks
STA.l OneMindId LDA.b #$01 : STA.l OneMindId
LDA.b #$10 : STA.b PlayerSpriteBank ; set default player sprite bank LDA.b #$10 : STA.b PlayerSpriteBank ; set default player sprite bank
LDA.b #$81 : STA.w NMITIMEN ; thing we wrote over, turn on NMI & gamepad LDA.b #$81 : STA.w NMITIMEN ; thing we wrote over, turn on NMI & gamepad
LDA.b #(ReturnFromInit>>16)|$80 : PHA : PLB
JML ReturnFromInit JML ReturnFromInit

View File

@@ -2601,7 +2601,7 @@ dw #$0800 ; Yellow
org $B0F032 ; PC 0x187032 org $B0F032 ; PC 0x187032
RomSpeed: RomSpeed:
db $01 ; $01 = FastROM (default | $00 = SlowROM) db $01 ; $01 = FastROM (default) | $00 = SlowROM
org $B0F033 ; PC 0x187033 org $B0F033 ; PC 0x187033

View File

@@ -164,6 +164,8 @@ RenderText_DecompressAndDrawSingle = $8EF4FB
DecompressFontGFX = $8EF572 DecompressFontGFX = $8EF572
CopyDecompressedCharToTransferBuffer = $8EF5BC CopyDecompressedCharToTransferBuffer = $8EF5BC
CopyDecompressedToFullBuffer = $8EF6A8 CopyDecompressedToFullBuffer = $8EF6A8
Trinexx_FinalPhase = $9DADB5
Trinexx_PreFinalPhase = $9DB0D2
;=================================================================================================== ;===================================================================================================
; Palettes ; Palettes