summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc6001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc6001.cpp')
-rw-r--r--src/mame/drivers/pc6001.cpp14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/mame/drivers/pc6001.cpp b/src/mame/drivers/pc6001.cpp
index 343c78dd63a..d4fa2d2c229 100644
--- a/src/mame/drivers/pc6001.cpp
+++ b/src/mame/drivers/pc6001.cpp
@@ -1440,16 +1440,6 @@ void pc6001sr_state::machine_reset()
}
-#if 0
-static const cassette_interface pc6001_cassette_interface =
-{
- pc6001_cassette_formats,
- nullptr,
- (cassette_state)(CASSETTE_STOPPED | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED),
- nullptr
-};
-#endif
-
static const gfx_layout char_layout =
{
8, 16,
@@ -1516,7 +1506,9 @@ MACHINE_CONFIG_START(pc6001_state::pc6001)
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "pc6001_cart")
-// MCFG_CASSETTE_ADD("cassette", pc6001_cassette_interface)
+// CASSETTE(config, m_cassette);
+// m_cassette->set_formats(pc6001_cassette_formats);
+// m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED);
MCFG_GENERIC_CARTSLOT_ADD("cas_hack", generic_plain_slot, "pc6001_cass")
MCFG_GENERIC_EXTENSIONS("cas,p6")