summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <doge.fabio@gmail.com>2016-05-23 23:00:05 +0200
committer etabeta78 <doge.fabio@gmail.com>2016-05-23 23:00:05 +0200
commit9d7e38a8f2ed121ad30e195a2f46a3a5650b2478 (patch)
tree9cf79a49498daf1cabe259a5449227bab06fe451
parent2fb1be8cf134f48ad6ef7e4b077b77000412aa90 (diff)
enable correct cassette interface for APF cassettes. nw.
-rw-r--r--src/mame/drivers/apf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/apf.cpp b/src/mame/drivers/apf.cpp
index d82f3107ace..67cb9b78f0b 100644
--- a/src/mame/drivers/apf.cpp
+++ b/src/mame/drivers/apf.cpp
@@ -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)