1
0
Fork 0

Added MC6845 display controller support for hercules,cga,tandy machine modes.

Added cga,tandy,text modes.
Added some new tandy modes.
Added better tandy register support.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1691
This commit is contained in:
Sjoerd van der Berg 2004-02-29 22:18:24 +00:00
parent 5ec076438e
commit f7c4b46991
19 changed files with 953 additions and 667 deletions

View file

@ -104,11 +104,10 @@ struct VideoModeBlock {
Bitu htotal,vtotal;
Bitu hdispend,vdispend;
Bitu rate;
Bitu special;
};
extern VideoModeBlock ModeList[];
extern VideoModeBlock ModeList_VGA[];
extern VideoModeBlock * CurMode;
typedef struct {