mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
enable correct cassette interface for APF cassettes. nw.
This commit is contained in:
parent
2fb1be8cf1
commit
9d7e38a8f2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue