mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +03:00
(MESS) Fixed regression. (nw)
This commit is contained in:
parent
50556f16b2
commit
b7fc03f9ce
@ -654,7 +654,7 @@ static MACHINE_CONFIG_START( fp, fp_state )
|
||||
MCFG_I8237_ADD(I8237_TAG, 250000, dmac_intf)
|
||||
MCFG_PIC8259_ADD(I8259A_TAG, INPUTLINE(I8086_TAG, INPUT_LINE_IRQ0), VCC, NULL)
|
||||
MCFG_PIT8253_ADD(I8253A5_TAG, pit_intf)
|
||||
MCFG_Z80DART_ADD(Z80SIO0_TAG, 2500000, sio_intf)
|
||||
MCFG_Z80SIO0_ADD(Z80SIO0_TAG, 2500000, sio_intf)
|
||||
MCFG_WD2797x_ADD(WD2797_TAG, 2000000)
|
||||
MCFG_FLOPPY_DRIVE_ADD(WD2797_TAG":0", fp_floppies, "35dd", NULL, floppy_image_device::default_floppy_formats)
|
||||
MCFG_FLOPPY_DRIVE_ADD(WD2797_TAG":1", fp_floppies, NULL, NULL, floppy_image_device::default_floppy_formats)
|
||||
|
Loading…
Reference in New Issue
Block a user