Previous 199869 Revisions Next

r18253 Tuesday 2nd October, 2012 at 23:22:22 UTC by Angelo Salese
Dangan -> Dangun, nw
[src/mame/drivers]cave.c

trunk/src/mame/drivers/cave.c
r18252r18253
282896 Hotdog Storm       Marble        ASTC9501    038 9341EX702   013             Z80
292996 Pac-Slot           Namco         A0442       038 9444WX010   013 9345E7006
303097 Dodonpachi         Atlus         ATC03D2     038             013
3198 Dangan Feveron     Nihon System  CV01        038 9808WX003   013 9807EX004
3198 Dangun Feveron     Nihon System  CV01        038 9808WX003   013 9807EX004
323298 ESP Ra.De.         Atlus         ATC04       038 9841WX002   013 9838EX002
333398 Uo Poko            Jaleco        CV02        038 9749WX001   013 9749EX004
343499 Guwange            Atlus         ATC05       038 9919WX004   013
r18252r18253
426426    AFAIK)  */
427427
428428/***************************************************************************
429                                Dangan Feveron
429                                Dangun Feveron
430430***************************************************************************/
431431
432432static ADDRESS_MAP_START( dfeveron_map, AS_PROGRAM, 16, cave_state )
r18252r18253
16341634#endif
16351635
16361636/***************************************************************************
1637                                Dangan Feveron
1637                                Dangun Feveron
16381638***************************************************************************/
16391639
16401640static GFXDECODE_START( dfeveron )
r18252r18253
18431843};
18441844
18451845/***************************************************************************
1846                                Dangan Feveron
1846                                Dangun Feveron
18471847***************************************************************************/
18481848
18491849static MACHINE_CONFIG_START( dfeveron, cave_state )
r18252r18253
27632763
27642764/***************************************************************************
27652765
2766              Fever SOS (International) / Dangan Feveron (Japan)
2766              Fever SOS (International) / Dangun Feveron (Japan)
27672767
27682768Board:  CV01
27692769OSC:    28.0, 16.0, 16.9 MHz
r18252r18253
27972797Fever SOS
27982798
27992799  The program code checks for 0x05 & 0x19 at the 17th & 18th byte in the EEPROM.  Therefore
2800  you cannot convert a Dangan Feveron over to a Fever SOS by changing the 2 program roms
2800  you cannot convert a Dangun Feveron over to a Fever SOS by changing the 2 program roms
28012801
28022802Jumper JP1:
28032803INT Version - 2 & 3
r18252r18253
47954795GAME( 1997, ddonpach,   0,        ddonpach, cave, cave_state,     ddonpach, ROT270, "Cave (Atlus license)",                   "DoDonPachi (International, Master Ver. 97/02/05)", GAME_SUPPORTS_SAVE )
47964796GAME( 1997, ddonpachj,  ddonpach, ddonpach, cave, cave_state,     ddonpach, ROT270, "Cave (Atlus license)",                   "DoDonPachi (Japan, Master Ver. 97/02/05)",         GAME_SUPPORTS_SAVE )
47974797
4798GAME( 1998, dfeveron,   feversos, dfeveron, cave, cave_state,     dfeveron, ROT270, "Cave (Nihon System license)",            "Dangan Feveron (Japan, Ver. 98/09/17)",    GAME_SUPPORTS_SAVE )
4798GAME( 1998, dfeveron,   feversos, dfeveron, cave, cave_state,     dfeveron, ROT270, "Cave (Nihon System license)",            "Dangun Feveron (Japan, Ver. 98/09/17)",    GAME_SUPPORTS_SAVE )
47994799GAME( 1998, feversos,   0,        dfeveron, cave, cave_state,     feversos, ROT270, "Cave (Nihon System license)",            "Fever SOS (International, Ver. 98/09/25)", GAME_SUPPORTS_SAVE )
48004800
48014801GAME( 1998, esprade,    0,        esprade,  cave, cave_state,     esprade,  ROT270, "Cave (Atlus license)",                   "ESP Ra.De. (International, Ver. 98/04/22)", GAME_SUPPORTS_SAVE )
r18252r18253
48104810
48114811GAME( 1999, gaia,       0,        gaia,     gaia, cave_state,     gaia,     ROT0,   "Noise Factory",                          "Gaia Crusaders", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally
48124812
4813GAME( 2001, theroes,    0,        gaia,     theroes, cave_state,  gaia,     ROT0,   "Primetek Investments",                   "Thunder Heroes",   GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally
4814
48154813GAME( 1999, korokoro,   0,        korokoro, korokoro, cave_state, korokoro, ROT0,   "Takumi",                                 "Koro Koro Quest (Japan)", GAME_SUPPORTS_SAVE )
48164814
48174815GAME( 1999, crusherm,   0,        crusherm, korokoro, cave_state, korokoro, ROT0,   "Takumi",                                 "Crusher Makochan (Japan)", GAME_SUPPORTS_SAVE )
48184816
48194817GAME( 1999, tjumpman,   0,        tjumpman, tjumpman, cave_state, tjumpman, ROT0,   "Namco",                                  "Tobikose! Jumpman", GAME_SUPPORTS_SAVE )
4818
4819GAME( 2001, theroes,    0,        gaia,     theroes, cave_state,  gaia,     ROT0,   "Primetek Investments",                   "Thunder Heroes",   GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally

Previous 199869 Revisions Next


© 1997-2024 The MAME Team