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

@ -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);