Use rom compatbile memory write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1679
This commit is contained in:
parent
d348bcf043
commit
5cd2ec2005
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue