mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
mc1000: make software list appear in File Manager.
This commit is contained in:
parent
23fd282121
commit
196e742a77
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user