Changeset 234 for trunk/bootcode/regular/other.asm
- Timestamp:
- Jul 7, 2018, 9:09:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/other.asm
r223 r234 207 207 call PART_CalculateStraightPartPointers 208 208 209 ; Setup Cyrillic Charset, if needed 210 IFDEF TXT_IncludeCyrillic 209 ; Load charset or glyphs if needed 210 IFDEF TXT_LoadCharset 211 IF BLD_LANG_TXT EQ 'es' 212 call CHARSET_IncludeSpanish 213 ENDIF 214 IF BLD_LANG_TXT EQ 'ru' 211 215 call CHARSET_IncludeCyrillic 212 ENDIF 216 ENDIF 217 ENDIF 213 218 214 219
Note:
See TracChangeset
for help on using the changeset viewer.