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:
parent
5ec076438e
commit
f7c4b46991
19 changed files with 953 additions and 667 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue