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
|
|
@ -54,6 +54,7 @@ extern int changeframecount;
|
|||
extern uint8_t fontdat[2048][8];
|
||||
extern uint8_t fontdatm[2048][16];
|
||||
extern uint8_t fontdatksc5601[16384][32];
|
||||
extern uint8_t fontdatksc5601_user[192][32];
|
||||
|
||||
extern uint32_t *video_15to32, *video_16to32;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue