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
|
@ -32,6 +32,7 @@ typedef Bit32s MemHandle;
|
|||
#define MEM_PAGESIZE 4096
|
||||
|
||||
extern HostPt MemBase;
|
||||
HostPt GetMemBase(void);
|
||||
|
||||
bool MEM_A20_Enabled(void);
|
||||
void MEM_A20_Enable(bool enable);
|
||||
|
|
|
@ -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