1
0
Fork 0

Add 2nd font table support to text output

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1830
This commit is contained in:
Sjoerd van der Berg 2004-06-11 16:18:42 +00:00
parent 0d72ebd7f6
commit 01c317b355
3 changed files with 10 additions and 10 deletions

View file

@ -121,8 +121,7 @@ typedef struct {
bool double_scan_active;
Bit8u font_height;
Bit8u font[64*1024];
Bitu font1_start;
Bitu font2_start;
Bit8u * font_tables[2];
Bitu blinking;
struct {
Bit8u sline,eline;