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:
parent
4efaf1c46c
commit
aa633a7e81
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue