SVN r4218

Use a more compatible offset for DOS redirected interrupt vector. Works
around a null pointer bug in the notes dropdown list of Jack the Ripper.
This commit is contained in:
Allofich
2019-06-11 20:11:14 +09:00
parent 468697049c
commit 57d8f8e59a

View File

@@ -527,7 +527,7 @@ void DOS_SetupMemory(void) {
assert(DOS_IHSEG != 0);
ihseg = DOS_IHSEG;
ihofs = 0x08;
ihofs = 0xF4;
real_writeb(ihseg,ihofs,(Bit8u)0xCF); //An IRET Instruction
RealSetVec(0x01,RealMake(ihseg,ihofs)); //BioMenace (offset!=4)