Skip to navigation


Drawing the screen: sdump

[Commodore 64 version, Game Loader]

Name: sdump [Show more] Type: Variable Category: Drawing the screen Summary: Screen 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 5 of 7) uses sdump

The sdump and cdump variables contain screen and colour RAM that sets the default colours for the dashboard.
.sdump EQUB $00, $00, $00, $07, $17, $17, $74, $74 EQUB $74, $74, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $67, $27, $27, $27 EQUB $27, $27, $37, $37, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $17, $17, $24, $24 EQUB $24, $24, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $67, $67, $67, $67, $23, $23 EQUB $23, $23, $37, $37, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $37, $37, $29, $29 EQUB $29, $29, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $67, $27, $23, $23 EQUB $23, $23, $37, $37, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $37, $37, $28, $28 EQUB $28, $28, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $24, $24 EQUB $24, $24, $17, $17, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $37, $37, $2A, $2A EQUB $2A, $2A, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $24, $24 EQUB $24, $24, $17, $17, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $37, $37, $2D, $2D EQUB $2D, $2D, $27, $07, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $07, $27, $24, $24 EQUB $24, $24, $17, $17, $07, $00, $00, $00 EQUB $00, $00, $00, $07, $C7, $C7, $07, $07 EQUB $07, $07, $27, $07, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $27, $27, $27, $27 EQUB $27, $27, $27, $27, $07, $27, $24, $24 EQUB $24, $24, $17, $17, $07, $00, $00, $00 IF _GMA_RELEASE EQUB $60, $D3 ; These bytes appear to be unused and just contain EQUB $66, $1D ; random workspace noise left over from the BBC Micro EQUB $A0, $40 ; assembly process EQUB $B3, $D3 ELIF _SOURCE_DISK_BUILD EQUB $B4, $48 ; These bytes appear to be unused and just contain EQUB $9F, $CD ; random workspace noise left over from the BBC Micro EQUB $EA, $11 ; assembly process EQUB $F1, $19 ELIF _SOURCE_DISK_FILES EQUB $99, $02 ; These bytes appear to be unused and just contain EQUB $E5, $6B ; random workspace noise left over from the BBC Micro EQUB $26, $B9 ; assembly process EQUB $37, $D7 ENDIF