Previous 199869 Revisions Next

r34045 Wednesday 24th December, 2014 at 09:30:21 UTC by Fabio Priuli
(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 ;-)
[src/mess/drivers]megadriv.c

trunk/src/mess/drivers/megadriv.c
r242556r242557
769769
770770ROM_START( megacdj )
771771   ROM_REGION16_BE( 0x400000, "maincpu", ROMREGION_ERASE00 )
772   ROM_DEFAULT_BIOS("v100g")   // this seems the only revision where the cursor in CD menu works, allowing to boot games
772773   /* Confirmed by ElBarto */
773774   ROM_SYSTEM_BIOS(0, "v100s", "v1.00S")
774775   ROMX_LOAD( "mpr-14088h.bin", 0x000000,  0x020000, CRC(3773d5aa) SHA1(bbf729a1aaa1667b783749299e1ad932aaf5f253), ROM_BIOS(1) | ROM_GROUPWORD | ROM_REVERSE)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team