1
0
Fork 0

Text mode panning patch for the vgaonly machine

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3618
This commit is contained in:
Ralf Grillenberger 2010-06-28 21:32:43 +00:00
parent ad7695d707
commit f30cf339c3
3 changed files with 157 additions and 185 deletions

View file

@ -157,6 +157,8 @@ typedef struct {
Bit8u font[64*1024];
Bit8u * font_tables[2];
Bitu blinking;
bool blink;
bool char9dot;
struct {
Bitu address;
Bit8u sline,eline;