1
0
Fork 0

Test for parallel port and setup bios segment for it.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@577
This commit is contained in:
Sjoerd van der Berg 2002-12-17 08:57:27 +00:00
parent 4efaf1c46c
commit aa633a7e81

View file

@ -276,6 +276,8 @@ void BIOS_Init(Section* sec) {
CALLBACK_Setup(call_int1,&INT1_Single_Step,CB_IRET);
RealSetVec(0x1,CALLBACK_RealPointer(call_int1));
/* Test for some hardware */
if (IO_Read(0x378)!=0xff) real_writed(0x40,0x08,0x378);
}