mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-16 23:21:29 +00:00
33640766b1
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@18 4df02467-bbd4-4a76-a152-e7ce94205b78
37 lines
889 B
Plaintext
37 lines
889 B
Plaintext
;ACME 0.94.4
|
|
|
|
!ifdef lib_cbm_c64_petscii_a !eof
|
|
lib_cbm_c64_petscii_a = 1
|
|
|
|
!source <cbm/petscii.a>
|
|
|
|
; color codes
|
|
petscii_BLACK = 144
|
|
petscii_WHITE = 5
|
|
petscii_RED = 28
|
|
petscii_CYAN = 159
|
|
petscii_PURPLE = 156
|
|
petscii_GREEN = 30
|
|
petscii_BLUE = 31
|
|
petscii_YELLOW = 158
|
|
petscii_ORANGE = 129
|
|
petscii_BROWN = 149
|
|
petscii_LRED = 150
|
|
petscii_GRAY1 = 151
|
|
petscii_GRAY2 = 152
|
|
petscii_LGREEN = 153
|
|
petscii_LBLUE = 154
|
|
petscii_GRAY3 = 155
|
|
|
|
; switching character set
|
|
petscii_LOCK = 8 ; forbid CBM-shift (C128 uses 11)
|
|
petscii_UNLOCK = 9 ; allow CBM-shift (C128 uses 12)
|
|
petscii_LOWERCASE = 14 ; switch to lowercase/uppercase character set
|
|
petscii_UPPERCASE = 142 ; switch to uppercase/graphics character set
|
|
|
|
; function keys
|
|
petscii_F1 = 133: petscii_F2 = 137
|
|
petscii_F3 = 134: petscii_F4 = 138
|
|
petscii_F5 = 135: petscii_F6 = 139
|
|
petscii_F7 = 136: petscii_F8 = 140
|