This patch implements user-defined character handling on ATI Korean VGA. Patch from Greatpsycho.
This commit is contained in:
parent
6c4dcce66e
commit
2e90e5fd4c
4 changed files with 41 additions and 17 deletions
|
|
@ -746,6 +746,7 @@ uint8_t fontdatm[2048][16];
|
|||
uint8_t fontdatw[512][32]; /* Wyse700 font */
|
||||
uint8_t fontdat8x12[256][16]; /* MDSI Genius font */
|
||||
uint8_t fontdatksc5601[16384][32]; /* Korean KSC-5601 font */
|
||||
uint8_t fontdatksc5601_user[192][32]; /* Korean KSC-5601 user defined font */
|
||||
|
||||
int xsize=1,ysize=1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue