mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
(MESS) fixed 32x_scd configuration. nw.
This commit is contained in:
parent
f0503916e5
commit
6f937d7fb9
@ -738,9 +738,13 @@ MACHINE_CONFIG_END
|
||||
static MACHINE_CONFIG_DERIVED( genesis_32x_scd, genesis_32x )
|
||||
|
||||
MCFG_DEVICE_ADD("segacd", SEGA_SEGACD_US, 0)
|
||||
MCFG_CDROM_ADD( "cdrom",scd_cdrom )
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(md_cons_state, ms_megacd)
|
||||
|
||||
MCFG_DEVICE_MODIFY("cart")
|
||||
MCFG_CARTSLOT_NOT_MANDATORY
|
||||
|
||||
//MCFG_QUANTUM_PERFECT_CPU("32x_master_sh2")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user