mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
[MESS] fixed pecom64 software list hook-up (nw)
This commit is contained in:
parent
c4ebbf150a
commit
180f25cc3d
@ -188,7 +188,7 @@ static MACHINE_CONFIG_START( pecom64, pecom_state )
|
||||
MCFG_FRAGMENT_ADD(pecom_video)
|
||||
|
||||
MCFG_CASSETTE_ADD( CASSETTE_TAG, pecom_cassette_interface )
|
||||
MCFG_SOFTWARE_LIST_ADD("cass_list","pecom")
|
||||
MCFG_SOFTWARE_LIST_ADD("cass_list","pecom_cass")
|
||||
|
||||
/* internal ram */
|
||||
MCFG_RAM_ADD(RAM_TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user