mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
.
This commit is contained in:
parent
7e6c632283
commit
31bb5ba053
@ -69,7 +69,7 @@ LoadHGRTransition
|
||||
!word kFXDirectory
|
||||
++ !word $FDFD ; SMC
|
||||
!word $6000
|
||||
- rts
|
||||
HGRRTS rts
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; HGRTitleCallback [private]
|
||||
@ -84,7 +84,7 @@ LoadHGRTransition
|
||||
;------------------------------------------------------------------------------
|
||||
HGRTitleCallback
|
||||
bit KBD
|
||||
bmi -
|
||||
bmi HGRRTS
|
||||
|
||||
+STAY +
|
||||
|
||||
@ -92,7 +92,7 @@ HGRTitleCallback
|
||||
; if game is not found (C will be set here), it means it can't be played on
|
||||
; this machine due to memory or joystick requirements, so we don't display
|
||||
; it in slideshows
|
||||
bcs -
|
||||
bcs HGRRTS
|
||||
stx gGameToLaunch
|
||||
|
||||
jsr LoadFile ; load HGR screenshot at $4000
|
||||
|
Loading…
Reference in New Issue
Block a user