Fixed floppy handling in the IBM PS/1 2133, now floppies work again.
This commit is contained in:
@@ -430,7 +430,10 @@ void ps1_common_init()
|
|||||||
keyboard_at_init();
|
keyboard_at_init();
|
||||||
nvr_init();
|
nvr_init();
|
||||||
pic2_init();
|
pic2_init();
|
||||||
|
if (romset != ROM_IBMPS1_2133)
|
||||||
|
{
|
||||||
fdc_set_dskchg_activelow();
|
fdc_set_dskchg_activelow();
|
||||||
|
}
|
||||||
device_add(&ps1_audio_device);
|
device_add(&ps1_audio_device);
|
||||||
/*PS/1 audio uses ports 200h and 202-207h, so only initialise gameport on 201h*/
|
/*PS/1 audio uses ports 200h and 202-207h, so only initialise gameport on 201h*/
|
||||||
if (joystick_type != 7) device_add(&gameport_201_device);
|
if (joystick_type != 7) device_add(&gameport_201_device);
|
||||||
@@ -453,7 +456,6 @@ void ps1_m2133_init()
|
|||||||
{
|
{
|
||||||
ps1_common_init();
|
ps1_common_init();
|
||||||
ps1mb_m2133_init();
|
ps1mb_m2133_init();
|
||||||
fdc_set_ps1();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ps2_m30_286_init()
|
void ps2_m30_286_init()
|
||||||
|
|||||||
Reference in New Issue
Block a user