Skip to navigation


Loader: loaderScreens

[Commodore 64 version, Disk Loader 2]

Name: loaderScreens [Show more] Type: Variable Category: Loader Summary: PETSCII codes for clearing the screen and displaying the fast loader prompt and loading screens
Context: See this variable in context in the source code References: This variable is used as follows: * PrintString uses loaderScreens
.loaderScreens EQUB $93 ; Clear screen EQUB $96 ; Set pink text EQUB $8E ; Upper case character set EQUB $08 ; Disable SHIFT-C= EQUS " " EQUS " " EQUS " " EQUS " " EQUS " " IF _GMA86_PAL EQUS "GMA86" ELIF _GMA85_NTSC EQUS "GMA85" ENDIF EQUB $11, $11, $11 ; 9 x cursor down EQUB $11, $11, $11 EQUB $11, $11, $11 .promptText EQUB $9E ; Set yellow text EQUS " DO YOU WANT TO USE" EQUB 13 EQUB 13 EQUS " THE FAST LOADER? (Y/N)" EQUB 0 ; Terminate string 1 for PrintString EQUB $93 ; Clear screen EQUB $96 ; Set pink text EQUB $8E ; Upper case character set EQUB $08 ; Disable SHIFT-C= EQUS " " EQUS " " EQUS " " EQUS " " EQUS " " IF _GMA86_PAL EQUS "GMA86" ELIF _GMA85_NTSC EQUS "GMA85" ENDIF EQUB $11, $11, $11 ; 9 x cursor down EQUB $11, $11, $11 EQUB $11, $11, $11 EQUB $9E ; Set yellow text EQUS " " EQUS " " EQUS "LOADING" EQUB 13 EQUB 13 EQUS " " EQUS " " EQUS " ELITE." EQUB 0 ; Terminate string 2 for PrintString