Don't overwrite the interrupt table. (whooooops)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3495
This commit is contained in:
parent
6d67340c56
commit
21f8b9d18c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void DOS_SetupTables(void) {
|
|||
dos.tables.collatingseq=RealMake(DOS_GetMemory(25),0);
|
||||
mem_writew(Real2Phys(dos.tables.collatingseq),0x100);
|
||||
for (i=0; i<256; i++) mem_writeb(Real2Phys(dos.tables.collatingseq)+i+2,i);
|
||||
dos.tables.upcase=RealMake(dos.tables.collatingseq,258);
|
||||
dos.tables.upcase=dos.tables.collatingseq+258;
|
||||
mem_writew(Real2Phys(dos.tables.upcase),0x80);
|
||||
for (i=0; i<128; i++) mem_writeb(Real2Phys(dos.tables.upcase)+i+2,0x80+i);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue