mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
fix partition 3+ regression
This commit is contained in:
parent
8ead9062e8
commit
59a2e88e68
@ -552,8 +552,7 @@ slot ldx $cfff
|
||||
sta hackstar
|
||||
|
||||
iterunit inc unrunit2
|
||||
jsr unrentry
|
||||
bcs iterunit
|
||||
jsr unrentrysei
|
||||
|
||||
+ ldy #$10
|
||||
- lda readbuff + 3, y
|
||||
@ -3225,17 +3224,18 @@ hddwriteimm lda adrhi ;for Trackstar support
|
||||
jsr saveslot
|
||||
} ;swap_scrn = 1
|
||||
|
||||
unrentrysei = unrelochdd + (* - reloc)
|
||||
php
|
||||
sei
|
||||
unrentry = unrelochdd + (* - reloc)
|
||||
jsr $d1d1
|
||||
plp
|
||||
!if use_smartport = 1 {
|
||||
unrpcommand = unrelochdd + (* - reloc)
|
||||
pcommand !byte $2c ;hide packet in non-SmartPort mode
|
||||
unrppacket = unrelochdd + (* - reloc)
|
||||
!word unrelochdd + (packet - reloc)
|
||||
} ;use_smartport = 1
|
||||
plp
|
||||
hackstar = unrelochdd + (* - reloc)
|
||||
pla
|
||||
sta adrhi ;Trackstar does not preserve adrhi
|
||||
|
Loading…
Reference in New Issue
Block a user