summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-11-30 14:56:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-11-30 14:56:06 +0000
commitfc37544200f0e5e3ec683c548b5d9f655e5dda40 (patch)
tree80bd31f5bfa6c531f4f04654c4c3caa57e210ee2
parent4234c6f993d5b0a9969aec5de2c97d3fa0b95f9c (diff)
Removed mandatory from neogeo enabling you to start bios (no whatsnew)
-rw-r--r--src/mame/drivers/neogeo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/neogeo.c b/src/mame/drivers/neogeo.c
index db1835cc1ef..47e2e734be9 100644
--- a/src/mame/drivers/neogeo.c
+++ b/src/mame/drivers/neogeo.c
@@ -1406,7 +1406,6 @@ static MACHINE_CONFIG_DERIVED( mvs, neogeo )
MCFG_CARTSLOT_ADD("cart")
MCFG_CARTSLOT_LOAD(neo_cartridge)
MCFG_CARTSLOT_INTERFACE("neo_cart")
- MCFG_CARTSLOT_MANDATORY
MCFG_SOFTWARE_LIST_ADD("cart_list","neogeo")
MACHINE_CONFIG_END