Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 183:f720ce017244
Spanish special chars.
+ Avoid uppercase accents.
+ Tweak a pair of screen position.
author | JeanDo |
---|---|
date | Sun, 06 Feb 2011 19:29:43 +0100 |
parents | 29ff788487fc |
children | 8147c35da3ca |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_fonts.asm Sun Feb 06 17:49:58 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/aa_fonts.asm Sun Feb 06 19:29:43 2011 +0100 @@ -35,11 +35,19 @@ DB 'ä', 0x81 DB 'ü', 0x82 DB 'ß', 0x83 - DB 'é', 0x84 + DB 'é', 0x84 ; French accents DB 'è', 0x85 DB 'ê', 0x86 DB 'ç', 0x87 - DB '¤', 0x8F + DB 'á', 0x88 ; Spanish accents + DB 'í', 0x89 + DB 'ó', 0x8A + DB 'ú', 0x8B + DB 'ñ', 0x8C + DB '¡', 0x8D + DB '¿', 0x8E + DB '¤', 0x8F ; Unused + ; 90, 91 are the logo. DB 0xB7,0x92 ; Cursor DB 0xB8,0x93 ; Dimmed cursor. DB 0 ; End of translation table