mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
Removed mandatory from neogeo enabling you to start bios (no whatsnew)
This commit is contained in:
parent
4234c6f993
commit
fc37544200
@ -1406,7 +1406,6 @@ static MACHINE_CONFIG_DERIVED( mvs, neogeo )
|
|||||||
MCFG_CARTSLOT_ADD("cart")
|
MCFG_CARTSLOT_ADD("cart")
|
||||||
MCFG_CARTSLOT_LOAD(neo_cartridge)
|
MCFG_CARTSLOT_LOAD(neo_cartridge)
|
||||||
MCFG_CARTSLOT_INTERFACE("neo_cart")
|
MCFG_CARTSLOT_INTERFACE("neo_cart")
|
||||||
MCFG_CARTSLOT_MANDATORY
|
|
||||||
|
|
||||||
MCFG_SOFTWARE_LIST_ADD("cart_list","neogeo")
|
MCFG_SOFTWARE_LIST_ADD("cart_list","neogeo")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
Loading…
Reference in New Issue
Block a user