Skip to navigation


Drawing the screen: cdump

[Commodore 64 version, Game Loader]

Name: cdump [Show more] Type: Variable Category: Drawing the screen Summary: Colour RAM colour data for the dashboard
Context: See this variable in context in the source code References: This variable is used as follows: * Elite loader (Part 6 of 7) uses cdump

The sdump and cdump variables contain screen and colour RAM that sets the default colours for the dashboard.
.cdump EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $05, $05, $05, $05, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $05, $05, $05, $05, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $05, $05, $05, $05, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $05, $05, $05, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $05, $05, $05, $05 EQUB $05, $05, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $05, $05 EQUB $05, $05, $05, $05, $00, $00, $00, $00 EQUB $00, $00, $00, $00, $0F, $0F, $07, $07 EQUB $07, $07, $0D, $0D, $0D, $0D, $0D, $0D EQUB $0D, $03, $03, $03, $03, $03, $0D, $0D EQUB $0D, $0D, $0D, $0D, $0D, $0D, $07, $07 EQUB $07, $07, $05, $05, $00, $00, $00, $00 IF _GMA_RELEASE EQUB $8D, $18 ; These bytes appear to be unused and just contain EQUB $8F, $50 ; random workspace noise left over from the BBC Micro EQUB $46, $7E ; assembly process EQUB $A4, $F4 ELIF _SOURCE_DISK_BUILD EQUB $B3, $56 ; These bytes appear to be unused and just contain EQUB $2B, $6B ; random workspace noise left over from the BBC Micro EQUB $74, $D4 ; assembly process EQUB $D8, $FF ELIF _SOURCE_DISK_FILES EQUB $00, $FB ; These bytes appear to be unused and just contain EQUB $0E, $F3 ; random workspace noise left over from the BBC Micro EQUB $79, $7D ; assembly process EQUB $48, $96 ENDIF