mc1000: make software list appear in File Manager.

This commit is contained in:
Robbbert 2016-02-05 01:10:04 +11:00
parent 23fd282121
commit 196e742a77

View File

@ -453,6 +453,7 @@ static MACHINE_CONFIG_START( mc1000, mc1000_state )
/* devices */
MCFG_CASSETTE_ADD("cassette")
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
MCFG_CASSETTE_INTERFACE("mc1000_cass")
MCFG_SOFTWARE_LIST_ADD("cass_list", "mc1000_cass")