1
0
Fork 0

init cpm_entry in psp class

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@955
This commit is contained in:
Ulf Wohlers 2003-04-22 20:55:15 +00:00
parent 84f547974f
commit d8eae49c04

View file

@ -94,7 +94,9 @@ void DOS_PSP::MakeNew(Bit16u mem_size)
sSave(sPSP,next_seg,seg+mem_size);
/* far call opcode */
sSave(sPSP,far_call,0xea);
// sSave(sPSP,cmp_entry
// far call to interrupt 0x21 - faked for bill & ted
// lets hope nobody really uses this address
sSave(sPSP,cpm_entry,RealMake(0xDEAD,0xFFFF));
/* Standard blocks,int 20 and int21 retf */
sSave(sPSP,exit[0],0xcd);
sSave(sPSP,exit[1],0x20);