mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 21:33:34 +00:00
copy SHR filename to a safe place before blanking
fixes https://github.com/a2-4am/4cade/issues/443
This commit is contained in:
parent
4fa4a2f611
commit
5e1952573d
@ -41,6 +41,8 @@ SHRSlideshow
|
||||
; graphics mode reset to display hi-res screen, which is blank
|
||||
;------------------------------------------------------------------------------
|
||||
SHRSingle
|
||||
jsr SetPath
|
||||
+LDADDR gPathname
|
||||
+ST16 IndexedSHRFilename
|
||||
lda MachineStatus ; only show SHR on IIgs or if we have a VidHD card
|
||||
and #SUPPORTS_SHR
|
||||
|
Loading…
x
Reference in New Issue
Block a user