mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
enable correct cassette interface for APF cassettes. nw.
This commit is contained in:
parent
2fb1be8cf1
commit
9d7e38a8f2
@ -560,6 +560,7 @@ static MACHINE_CONFIG_DERIVED( apfimag, apfm1000 )
|
||||
MCFG_CASSETTE_ADD("cassette")
|
||||
MCFG_CASSETTE_FORMATS(apf_cassette_formats)
|
||||
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_DISABLED)
|
||||
MCFG_CASSETTE_INTERFACE("apf_cass")
|
||||
|
||||
MCFG_FD1771_ADD("fdc", 1000000) // guess
|
||||
MCFG_FLOPPY_DRIVE_ADD("fdc:0", apf_floppies, "525dd", floppy_image_device::default_floppy_formats)
|
||||
|
Loading…
Reference in New Issue
Block a user