1
0
Fork 0

new function to zero the reported extended memory size

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1436
This commit is contained in:
Sjoerd van der Berg 2003-11-14 00:01:56 +00:00
parent 670173ebc4
commit b6a4b0fb5c

View file

@ -114,6 +114,7 @@ private:
};
void BIOS_ZeroExtendedSize(void);
void char_out(Bit8u chr,Bit32u att,Bit8u page);
void INT10_StartUp(void);
void INT16_StartUp(void);