Changeset 234 for trunk/bootcode/airboot.asm
- Timestamp:
- Jul 7, 2018, 9:09:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r221 r234 188 188 TextChar_WinRep2 equ 0C5h 189 189 TextChar_WinRep3 equ 0CFh 190 TextChar_WinRep4 equ 0B5h 190 191 ; Remap the box-char for Spanish 192 IF BLD_LANG_TXT EQ 'es' 193 TextChar_WinRep4 equ 0D9h ; Remapped box-char for ES 194 ELSE 195 TextChar_WinRep4 equ 0B5h ; Normal box-char 196 ENDIF 197 191 198 TextChar_WinRep5 equ 0C6h 192 199 TextChar_WinRep6 equ 0D8h … … 1790 1797 1791 1798 ; 1792 ; Cyrillicsupport.1793 ; 1794 IFDEF TXT_ IncludeCyrillic1799 ; Extended Charset support. 1800 ; 1801 IFDEF TXT_LoadCharset 1795 1802 b_ccharset: 1796 include special/charset.asm ; Charset Support ( e.g. Cyrillic)1803 include special/charset.asm ; Charset Support (RU and ES) 1797 1804 size_ccharset = $-b_ccharset 1798 1805 ENDIF
Note:
See TracChangeset
for help on using the changeset viewer.