mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
Another step
This commit is contained in:
parent
5df3f439d4
commit
16a3749936
@ -4348,9 +4348,6 @@ private:
|
||||
void INT10_Startup(Section *sec);
|
||||
INT10_Startup(NULL);
|
||||
|
||||
extern Bit8u BIOS_tandy_D4_flag;
|
||||
real_writeb(0x40,0xd4,BIOS_tandy_D4_flag);
|
||||
|
||||
/* if we're supposed to run in PC-98 mode, then do it NOW */
|
||||
if (enable_pc98_jump) {
|
||||
machine = MCH_PC98;
|
||||
@ -4359,6 +4356,11 @@ private:
|
||||
DispatchVMEvent(VM_EVENT_ENTER_PC98_MODE_END); /* PC-98 registration/startup */
|
||||
}
|
||||
|
||||
if (!IS_PC98_ARCH) {
|
||||
extern Bit8u BIOS_tandy_D4_flag;
|
||||
real_writeb(0x40,0xd4,BIOS_tandy_D4_flag);
|
||||
}
|
||||
|
||||
/* INT 13 Bios Disk Support */
|
||||
BIOS_SetupDisks();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user