summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-10-27 12:12:30 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2015-10-27 12:12:30 +0000
commit7ed6e7c55cf8e541c7dd1fcabd0d90138d63df10 (patch)
tree6147821558fa5e32718fbf9484a3a4064bac8321
parentfe96696c0bbccb12c07fbcbbe2277ec86615ee44 (diff)
the exl100 software list was not connected (name in driver did not match xml filename)
-rw-r--r--src/mame/drivers/bublbobl.c2
-rw-r--r--src/mame/drivers/exelv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bublbobl.c b/src/mame/drivers/bublbobl.c
index dfe94b338e1..fb55af1e101 100644
--- a/src/mame/drivers/bublbobl.c
+++ b/src/mame/drivers/bublbobl.c
@@ -1861,7 +1861,7 @@ GAME( 1986, boblbobl, bublbobl, boblbobl, boblbobl, bublbobl_state, bublbobl
GAME( 1986, sboblbobl, bublbobl, boblbobl, sboblbobl, bublbobl_state, bublbobl, ROT0, "bootleg (Datsu)", "Super Bobble Bobble (bootleg, set 1)", MACHINE_SUPPORTS_SAVE )
GAME( 1986, sboblbobla, bublbobl, boblbobl, boblbobl, bublbobl_state, bublbobl, ROT0, "bootleg", "Super Bobble Bobble (bootleg, set 2)", MACHINE_SUPPORTS_SAVE )
GAME( 1986, sboblboblb, bublbobl, boblbobl, sboblboblb, bublbobl_state, bublbobl, ROT0, "bootleg", "Super Bobble Bobble (bootleg, set 3)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, sboblboblc, bublbobl, boblbobl, sboblboblb, bublbobl_state, bublbobl, ROT0, "bootleg", "Super Bubble Bubble (bootleg)", MACHINE_SUPPORTS_SAVE ) // the title screen on this one isn't hacked
+GAME( 1986, sboblboblc, bublbobl, boblbobl, sboblboblb, bublbobl_state, bublbobl, ROT0, "bootleg", "Super Bubble Bobble (bootleg)", MACHINE_SUPPORTS_SAVE ) // the title screen on this one isn't hacked
GAME( 1986, bub68705, bublbobl, bub68705, bublbobl, bublbobl_state, bublbobl, ROT0, "bootleg", "Bubble Bobble (bootleg with 68705)", MACHINE_SUPPORTS_SAVE )
GAME( 1987, dland, bublbobl, boblbobl, dland, bublbobl_state, dland, ROT0, "bootleg", "Dream Land / Super Dream Land (bootleg of Bubble Bobble)", MACHINE_SUPPORTS_SAVE )
diff --git a/src/mame/drivers/exelv.c b/src/mame/drivers/exelv.c
index fc1ad3d0c0e..d2be5b34519 100644
--- a/src/mame/drivers/exelv.c
+++ b/src/mame/drivers/exelv.c
@@ -523,7 +523,7 @@ static MACHINE_CONFIG_START( exl100, exelv_state )
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_linear_slot, "exelvision_cart")
MCFG_GENERIC_EXTENSIONS("bin,rom")
- MCFG_SOFTWARE_LIST_ADD("cart_list", "exl100_cart")
+ MCFG_SOFTWARE_LIST_ADD("cart_list", "exl100")
MACHINE_CONFIG_END