1
0
Fork 0

add basic PCJr graphics functionality based on current Tandy implementation

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2399
This commit is contained in:
Sebastian Strohhäcker 2005-12-02 20:03:51 +00:00
parent 24b045e69f
commit ed1cadea92
7 changed files with 112 additions and 13 deletions

View file

@ -196,6 +196,8 @@ typedef struct {
Bit8u gfx_control;
Bit8u palette_mask;
Bit8u border_color;
bool is_32k_mode;
bool pcjr_flipflop;
} VGA_TANDY;
typedef struct {