Prev: DD54 Up: Map Next: E00B
DF05: Text Defintion Data - Control configuration
The Text Definition Data format is described at AAAE
MAIN SELECT MENU
DF05 DEFB $06,$15,$90 Color attribute and position of text
DF08 DEFM " SELECT" select
DF10 DEFB $00 End marker
DF11 DEFB $05,$15,$98 Color attribute and position of text
DF14 DEFM "1:DEFINE" define
DF1C DEFB $00 End marker
DF1D DEFB $05,$15,$A0 Color attribute and position of text
DF20 DEFM "2:KEMPSTON" kempston
DF2A DEFB $00 End marker
DF2B DEFB $05,$15,$A8 Color attribute and position of text
DF2E DEFM "3:CURSOR" cursor
DF36 DEFB $00 End marker
DF37 DEFB $05,$15,$B0 Color attribute and position of text
DF3A DEFM "4:SINCLAIR" sinclair
DF44 DEFB $00 End marker
CONFIRM SINCLAIR
DF45 DEFB $04,$09,$80 Color attribute and position of text
DF48 DEFM "CONFIRM SINCLAIR Y.N" confirm_sinclair
DF5C DEFB $00 End marker
CONFIRM CURSOR
DF5D DEFB $04,$09,$80 Color attribute and position of text
DF60 DEFM "CONFIRM CURSOR Y.N" confirm_cursor
DF72 DEFB $00 End marker
CONFIRM KEMPSTON
DF73 DEFB $04,$09,$80 Color attribute and position of text
DF76 DEFM "CONFIRM KEMPSTON Y.N" confirm_kempston
DF8A DEFB $00 End marker
CONFIRM KEYS
DF8B DEFB $04,$03,$90 Color attribute and position of text
DF8E DEFM "CONFIRM KEYS Y.N" confirm_keys
DF9E DEFB $00 End marker
DEFINE KEYS - no highligthed options
DF9F DEFB $07,$0F,$58 Color attribute and position of text
DFA2 DEFM " PRESS" press
DFA8 DEFB $00 End marker
DFA9 DEFB $01,$0F,$60 Color attribute and position of text
DFAC DEFM " :UP" up
DFB0 DEFB $00 End marker
DFB1 DEFB $01,$0F,$68 Color attribute and position of text
DFB4 DEFM " :DOWN" down
DFBA DEFB $00 End marker
DFBB DEFB $01,$0F,$70 Color attribute and position of text
DFBE DEFM " :LEFT" left
DFC4 DEFB $00 End marker
DFC5 DEFB $01,$0F,$78 Color attribute and position of text
DFC8 DEFM " :RIGHT" right
DFCF DEFB $00 End marker
DFD0 DEFB $01,$0F,$80 Color attribute and position of text
DFD3 DEFM " :FIRE" shot
DFD9 DEFB $00 End marker
DEFINE KEYS - highlighted options
DFDA DEFB $06,$0F,$60 Color attribute and position of text
DFDD DEFM " :UP" hi_up
DFE1 DEFB $00 End marker
DFE2 DEFB $06,$0F,$68 Color attribute and position of text
DFE5 DEFM " :DOWN" hi_down
DFEB DEFB $00 End marker
DFEC DEFB $06,$0F,$70 Color attribute and position of text
DFEF DEFM " :LEFT" hi_left
DFF5 DEFB $00 End marker
DFF6 DEFB $06,$0F,$78 Color attribute and position of text
DFF9 DEFM " :RIGHT" hi_right
E000 DEFB $00 End marker
E001 DEFB $06,$0F,$80 Color attribute and position of text
E004 DEFM " :FIRE" hi_shot
E00A DEFB $00 End marker
Prev: DD54 Up: Map Next: E00B