1
0
Fork 0

Use rom compatbile memory write

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1679
This commit is contained in:
Sjoerd van der Berg 2004-02-12 21:39:27 +00:00
parent d348bcf043
commit 5cd2ec2005

View file

@ -437,7 +437,7 @@ static void SetupTandyBios(void) {
0x64, 0x2e, 0x0d, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x54, 0x61, 0x6e, 0x64, 0x79
};
Bitu i;
real_writeb(0xffff,0xe,0xff);
phys_writeb(0xffffe,0xff);
for(i=0;i<130;i++) {
phys_writeb(0xf0000+i+0xc000, TandyConfig[i]);
}