[MESS] fixed pecom64 software list hook-up (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-21 11:29:57 +00:00
parent c4ebbf150a
commit 180f25cc3d

View File

@ -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)