Prev: DE19 Up: Map Next: E0CC
DFC6: Text Defintion Data - Control configuration
MAIN SELECT MENU
DFC6 DEFB $06,$15,$90 Color attribute and position of text
DFC9 DEFM " SELECT" select
DFD1 DEFB $00 End marker
DFD2 DEFB $05,$15,$98 Color attribute and position of text
DFD5 DEFM "1:DEFINE" define
DFDD DEFB $00 End marker
DFDE DEFB $05,$15,$A0 Color attribute and position of text
DFE1 DEFM "2:KEMPSTON" kempston
DFEB DEFB $00 End marker
DFEC DEFB $05,$15,$A8 Color attribute and position of text
DFEF DEFM "3:CURSOR" cursor
DFF7 DEFB $00 End marker
DFF8 DEFB $05,$15,$B0 Color attribute and position of text
DFFB DEFM "4:SINCLAIR" sinclair
E005 DEFB $00 End marker
CONFIRM SINCLAIR
E006 DEFB $04,$09,$80 Color attribute and position of text
E009 DEFM "CONFIRM SINCLAIR Y.N" confirm_sinclair
E01D DEFB $00 End marker
CONFIRM CURSOR
E01E DEFB $04,$09,$80 Color attribute and position of text
E021 DEFM "CONFIRM CURSOR Y.N" confirm_cursor
E033 DEFB $00 End marker
CONFIRM KEMPSTON
E034 DEFB $04,$09,$80 Color attribute and position of text
E037 DEFM "CONFIRM KEMPSTON Y.N" confirm_kempston
E04B DEFB $00 End marker
CONFIRM KEYS
E04C DEFB $04,$03,$90 Color attribute and position of text
E04F DEFM "CONFIRM KEYS Y.N" confirm_keys
E05F DEFB $00 End marker
DEFINE KEYS - no highligthed options
E060 DEFB $07,$0F,$58 Color attribute and position of text
E063 DEFM " PRESS" press
E069 DEFB $00 End marker
E06A DEFB $01,$0F,$60 Color attribute and position of text
E06D DEFM " :UP" up
E071 DEFB $00 End marker
E072 DEFB $01,$0F,$68 Color attribute and position of text
E075 DEFM " :DOWN" down
E07B DEFB $00 End marker
E07C DEFB $01,$0F,$70 Color attribute and position of text
E07F DEFM " :LEFT" left
E085 DEFB $00 End marker
E086 DEFB $01,$0F,$78 Color attribute and position of text
E089 DEFM " :RIGHT" right
E090 DEFB $00 End marker
E091 DEFB $01,$0F,$80 Color attribute and position of text
E094 DEFM " :FIRE" shot
E09A DEFB $00 End marker
DEFINE KEYS - highlighted options
E09B DEFB $06,$0F,$60 Color attribute and position of text
E09E DEFM " :UP" hi_up
E0A2 DEFB $00 End marker
E0A3 DEFB $06,$0F,$68 Color attribute and position of text
E0A6 DEFM " :DOWN" hi_down
E0AC DEFB $00 End marker
E0AD DEFB $06,$0F,$70 Color attribute and position of text
E0B0 DEFM " :LEFT" hi_left
E0B6 DEFB $00 End marker
E0B7 DEFB $06,$0F,$78 Color attribute and position of text
E0BA DEFM " :RIGHT" hi_right
E0C1 DEFB $00 End marker
E0C2 DEFB $06,$0F,$80 Color attribute and position of text
E0C5 DEFM " :FIRE" hi_shot
E0CB DEFB $00 End marker
Prev: DE19 Up: Map Next: E0CC