summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2014-12-04 07:03:08 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2014-12-04 07:03:08 +0100
commit36e59479948fcbdd11fdb772053754c6c23197b2 (patch)
tree954bb903266dfc93e6a849ad3c42cd0ed87ef74c
parent28e568ff6a7fa81fb1feebfa04eff845c8d8352e (diff)
d'oh. I had forgotten to enable the softlist in the driver. nw.
-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))