summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2014-12-24 10:30:21 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2014-12-24 10:30:21 +0100
commit4a22c103dd7261a4bcf0610879bb607b40001beb (patch)
tree60682fad64e486638f2d2a456815726d7bc4a25a
parentff1850ea26cb68921a14fd887819b33b6e1a92eb (diff)
(MESS) megacdj: let's default to the only BIOS which have functional CD menu,
so that we can boot games. nw. megacd2j was booting discs already, but it is definitely more user friendly if this has some booting capabilities too ;-)
-rw-r--r--src/mess/drivers/megadriv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/megadriv.c b/src/mess/drivers/megadriv.c
index 4602960d55b..51ecd138784 100644
--- a/src/mess/drivers/megadriv.c
+++ b/src/mess/drivers/megadriv.c
@@ -769,6 +769,7 @@ ROM_END
ROM_START( megacdj )
ROM_REGION16_BE( 0x400000, "maincpu", ROMREGION_ERASE00 )
+ ROM_DEFAULT_BIOS("v100g") // this seems the only revision where the cursor in CD menu works, allowing to boot games
/* Confirmed by ElBarto */
ROM_SYSTEM_BIOS(0, "v100s", "v1.00S")
ROMX_LOAD( "mpr-14088h.bin", 0x000000, 0x020000, CRC(3773d5aa) SHA1(bbf729a1aaa1667b783749299e1ad932aaf5f253), ROM_BIOS(1) | ROM_GROUPWORD | ROM_REVERSE)