Previous 199869 Revisions Next

r18642 Sunday 21st October, 2012 at 10:28:09 UTC by hap
ok, that rapidrvr dump is a prototype
[src/mame]mame.lst
[src/mame/drivers]namcos23.c

trunk/src/mame/drivers/namcos23.c
r18641r18642
24122412   // Gorgon's tilemap offset is 0, S23/SS23's is 860
24132413   if ((!strcmp(machine().system().name, "rapidrvr")) ||
24142414       (!strcmp(machine().system().name, "rapidrvr2")) ||
2415       (!strcmp(machine().system().name, "rapidrvr3")) ||
2415       (!strcmp(machine().system().name, "rapidrvrp")) ||
24162416       (!strcmp(machine().system().name, "finlflng")))
24172417   {
24182418      m_bgtilemap->set_scrolldx(0, 0);
r18641r18642
27442744   PORT_DIPNAME( 0x04, 0x04, "Freeze?" )
27452745   PORT_DIPSETTING(    0x04, DEF_STR( Off ) )
27462746   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2747   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )
2747   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )   // verbose debug messages in rapidrvrp
27482748   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
27492749   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
27502750   PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
r18641r18642
30653065       (!strcmp(machine().system().name, "panicprk")) ||
30663066       (!strcmp(machine().system().name, "rapidrvr")) ||
30673067       (!strcmp(machine().system().name, "rapidrvr2")) ||
3068       (!strcmp(machine().system().name, "rapidrvr3")) ||
3068       (!strcmp(machine().system().name, "rapidrvrp")) ||
30693069       (!strcmp(machine().system().name, "finlflng")) ||
30703070       (!strcmp(machine().system().name, "gunwars")) ||
30713071       (!strcmp(machine().system().name, "downhill")) ||
r18641r18642
34103410   ROM_LOAD( "rd1ccrh.11f",  0x000000, 0x200000, CRC(fafffb86) SHA1(15b0ba0252b99d0cac29fcb374fb895643f528fe) )
34113411ROM_END
34123412
3413ROM_START( rapidrvr3 )
3413ROM_START( rapidrvrp ) // prototype board
34143414   ROM_REGION32_BE( 0x400000, "user1", 0 ) /* 4 megs for main R4650 code */
34153415   ROM_LOAD16_BYTE( "29f016.ic2",  0x000000, 0x200000, CRC(9f72a7cd) SHA1(06245f1d3cc6ffb5b0123a8eea0dc8338bdfc0d6) )
34163416   ROM_LOAD16_BYTE( "29f016.ic1",  0x000001, 0x200000, CRC(d395a244) SHA1(7f7b7b75b4bf9ac8808a27afed87f503df28e49f) )
r18641r18642
42834283//    YEAR, NAME,     PARENT,   MACHINE,  INPUT,    INIT, MNTR,  COMPANY, FULLNAME,                         FLAGS
42844284GAME( 1997, rapidrvr, 0,        gorgon,   gorgon, namcos23_state,   ss23, ROT0, "Namco", "Rapid River (RD3 Ver. C)",     GAME_FLAGS ) // 97/11/27, USA
42854285GAME( 1997, rapidrvr2,rapidrvr, gorgon,   gorgon, namcos23_state,   ss23, ROT0, "Namco", "Rapid River (RD2 Ver. C)",     GAME_FLAGS ) // 97/11/27, Europe
4286GAME( 1997, rapidrvr3,rapidrvr, gorgon,   gorgon, namcos23_state,   ss23, ROT0, "Namco", "Rapid River (RD3 Ver. ?)",     GAME_FLAGS ) // 97/11/10, USA
4286GAME( 1997, rapidrvrp,rapidrvr, gorgon,   gorgon, namcos23_state,   ss23, ROT0, "Namco", "Rapid River (prototype)",      GAME_FLAGS ) // 97/11/10, USA
42874287GAME( 1997, finlflng, 0,        gorgon,   gorgon, namcos23_state,   ss23, ROT0, "Namco", "Final Furlong (FF2 Ver. A)",   GAME_FLAGS )
42884288GAME( 1997, downhill, 0,        s23,      s23, namcos23_state,      ss23, ROT0, "Namco", "Downhill Bikers (DH3 Ver. A)", GAME_FLAGS )
42894289GAME( 1997, motoxgo,  0,        s23,      s23, namcos23_state,      ss23, ROT0, "Namco", "Motocross Go! (MG3 Ver. A)",   GAME_FLAGS )
trunk/src/mame/mame.lst
r18641r18642
987987motoxgoa      // November 1997
988988rapidrvr      // December 1997
989989rapidrvr2      // December 1997
990rapidrvr3      // December 1997
990rapidrvrp      // December 1997 (prototype)
991991downhill      // March 1998
992992timecrs2      // April 1998
993993timecrs2b      // April 1998

Previous 199869 Revisions Next


© 1997-2024 The MAME Team