1
0
Fork 0

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:
Sebastian Strohhäcker 2005-12-05 21:25:56 +00:00
parent 380a7c73d0
commit a708a1344f
5 changed files with 33 additions and 11 deletions

View file

@ -311,6 +311,7 @@ typedef struct {
VGA_TANDY tandy;
VGA_OTHER other;
VGA_Memory mem;
Bit8u * gfxmem_start;
} VGA_Type;