mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
(MESS) x07: added cassette software list. [Anonymous]
This commit is contained in:
parent
c74910aa3f
commit
4d25ea7d8d
1385
hash/x07_cass.xml
Normal file
1385
hash/x07_cass.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1513,13 +1513,14 @@ static MACHINE_CONFIG_START( x07, x07_state )
|
||||
MCFG_GENERIC_LOAD(x07_state, x07_card)
|
||||
|
||||
/* cassette */
|
||||
MCFG_CASSETTE_ADD( "cassette" )
|
||||
MCFG_CASSETTE_ADD("cassette")
|
||||
MCFG_CASSETTE_FORMATS(x07_cassette_formats)
|
||||
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED)
|
||||
MCFG_CASSETTE_INTERFACE("x07_cass")
|
||||
|
||||
/* Software lists */
|
||||
MCFG_SOFTWARE_LIST_ADD("card_list", "x07_card")
|
||||
MCFG_SOFTWARE_LIST_ADD("cass_list", "x07_cass")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
/* ROM definition */
|
||||
|
Loading…
Reference in New Issue
Block a user