diff options
Diffstat (limited to 'src/mess/drivers/mycom.c')
-rw-r--r-- | src/mess/drivers/mycom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/mycom.c b/src/mess/drivers/mycom.c index 2a7c33013ad..be3978d2ddf 100644 --- a/src/mess/drivers/mycom.c +++ b/src/mess/drivers/mycom.c @@ -552,7 +552,9 @@ static MACHINE_CONFIG_START( mycom, mycom_state ) MCFG_CASSETTE_ADD( "cassette" ) MCFG_FD1771_ADD("fdc", XTAL_16MHz / 16) MCFG_FLOPPY_DRIVE_ADD("fdc:0", mycom_floppies, "525sd", floppy_image_device::default_floppy_formats) + MCFG_FLOPPY_DRIVE_SOUND(true) MCFG_FLOPPY_DRIVE_ADD("fdc:1", mycom_floppies, "525sd", floppy_image_device::default_floppy_formats) + MCFG_FLOPPY_DRIVE_SOUND(true) MCFG_TIMER_DRIVER_ADD_PERIODIC("keyboard_timer", mycom_state, mycom_kbd, attotime::from_hz(20)) MACHINE_CONFIG_END |