mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
.
This commit is contained in:
parent
e1ce947144
commit
6ac1d688d2
@ -21,7 +21,7 @@ DHGRTitleSlideshow
|
||||
!word gSlideshowStore
|
||||
!word DHGRTitleCallback ; address of callback (called on each file)
|
||||
beq BlankHGR ; switch back to HGR mode with initial blank screen on exit
|
||||
; (always branches)
|
||||
; (always branches because Z=1 on exit of okvs_iter)
|
||||
|
||||
DHGRActionSlideshow
|
||||
bit MachineStatus ; only run DHGR slideshow if we have 128K
|
||||
@ -32,7 +32,7 @@ DHGRActionSlideshow
|
||||
!word gSlideshowStore
|
||||
!word DHGRActionCallback ; address of callback (called on each file)
|
||||
beq BlankHGR ; switch back to HGR mode with initial blank screen on exit
|
||||
; (always branches)
|
||||
; (always branches because Z=1 on exit of okvs_iter)
|
||||
|
||||
DHGRSingle
|
||||
bit MachineStatus ; only show DHGR screenshots if we have 128K
|
||||
|
Loading…
Reference in New Issue
Block a user