summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mc1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/mc1000.c')
-rw-r--r--src/mess/drivers/mc1000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/mc1000.c b/src/mess/drivers/mc1000.c
index 20bf97740d9..e543d46a9bb 100644
--- a/src/mess/drivers/mc1000.c
+++ b/src/mess/drivers/mc1000.c
@@ -453,6 +453,8 @@ static MACHINE_CONFIG_START( mc1000, mc1000_state )
MCFG_CASSETTE_ADD("cassette")
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
+ MCFG_SOFTWARE_LIST_ADD("cass_list", "mc1000_cass")
+
MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(mc1000_state, write_centronics_busy))