use RAM for PCJr graphics memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2409
This commit is contained in:
parent
380a7c73d0
commit
a708a1344f
5 changed files with 33 additions and 11 deletions
|
@ -311,6 +311,7 @@ typedef struct {
|
|||
VGA_TANDY tandy;
|
||||
VGA_OTHER other;
|
||||
VGA_Memory mem;
|
||||
Bit8u * gfxmem_start;
|
||||
} VGA_Type;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue