mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
consolidate Tetris, lock MachineStatus address
This commit is contained in:
parent
8781be4793
commit
f5bac21c31
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
res/dsk/tetris PRODOS (san inc crack).po
Normal file
BIN
res/dsk/tetris PRODOS (san inc crack).po
Normal file
Binary file not shown.
@ -116,6 +116,8 @@ gGamesListStore
|
||||
SwitchToBank2
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
rts
|
||||
MachineStatus
|
||||
!byte 0 ; SMC, fixed location for games to check it
|
||||
!word Reenter ; NMI vector ($FFFA-B)
|
||||
!word Reenter ; reset vector ($FFFC-D)
|
||||
!word Reenter ; IRQ vector ($FFFE-F)
|
||||
|
@ -60,8 +60,7 @@ SoftBell
|
||||
; out: $0106..$011F clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
Home
|
||||
MachineStatus = *+1
|
||||
lda #$D1 ; SMC
|
||||
lda MachineStatus
|
||||
and #SUPPORTS_SHR
|
||||
beq @noSHR
|
||||
lda NEWVIDEO
|
||||
|
Loading…
Reference in New Issue
Block a user