trunk/src/mame/drivers/cave.c
r18252 | r18253 | |
28 | 28 | 96 Hotdog Storm Marble ASTC9501 038 9341EX702 013 Z80 |
29 | 29 | 96 Pac-Slot Namco A0442 038 9444WX010 013 9345E7006 |
30 | 30 | 97 Dodonpachi Atlus ATC03D2 038 013 |
31 | | 98 Dangan Feveron Nihon System CV01 038 9808WX003 013 9807EX004 |
| 31 | 98 Dangun Feveron Nihon System CV01 038 9808WX003 013 9807EX004 |
32 | 32 | 98 ESP Ra.De. Atlus ATC04 038 9841WX002 013 9838EX002 |
33 | 33 | 98 Uo Poko Jaleco CV02 038 9749WX001 013 9749EX004 |
34 | 34 | 99 Guwange Atlus ATC05 038 9919WX004 013 |
r18252 | r18253 | |
426 | 426 | AFAIK) */ |
427 | 427 | |
428 | 428 | /*************************************************************************** |
429 | | Dangan Feveron |
| 429 | Dangun Feveron |
430 | 430 | ***************************************************************************/ |
431 | 431 | |
432 | 432 | static ADDRESS_MAP_START( dfeveron_map, AS_PROGRAM, 16, cave_state ) |
r18252 | r18253 | |
1634 | 1634 | #endif |
1635 | 1635 | |
1636 | 1636 | /*************************************************************************** |
1637 | | Dangan Feveron |
| 1637 | Dangun Feveron |
1638 | 1638 | ***************************************************************************/ |
1639 | 1639 | |
1640 | 1640 | static GFXDECODE_START( dfeveron ) |
r18252 | r18253 | |
1843 | 1843 | }; |
1844 | 1844 | |
1845 | 1845 | /*************************************************************************** |
1846 | | Dangan Feveron |
| 1846 | Dangun Feveron |
1847 | 1847 | ***************************************************************************/ |
1848 | 1848 | |
1849 | 1849 | static MACHINE_CONFIG_START( dfeveron, cave_state ) |
r18252 | r18253 | |
2763 | 2763 | |
2764 | 2764 | /*************************************************************************** |
2765 | 2765 | |
2766 | | Fever SOS (International) / Dangan Feveron (Japan) |
| 2766 | Fever SOS (International) / Dangun Feveron (Japan) |
2767 | 2767 | |
2768 | 2768 | Board: CV01 |
2769 | 2769 | OSC: 28.0, 16.0, 16.9 MHz |
r18252 | r18253 | |
2797 | 2797 | Fever SOS |
2798 | 2798 | |
2799 | 2799 | 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 |
2801 | 2801 | |
2802 | 2802 | Jumper JP1: |
2803 | 2803 | INT Version - 2 & 3 |
r18252 | r18253 | |
4795 | 4795 | GAME( 1997, ddonpach, 0, ddonpach, cave, cave_state, ddonpach, ROT270, "Cave (Atlus license)", "DoDonPachi (International, Master Ver. 97/02/05)", GAME_SUPPORTS_SAVE ) |
4796 | 4796 | GAME( 1997, ddonpachj, ddonpach, ddonpach, cave, cave_state, ddonpach, ROT270, "Cave (Atlus license)", "DoDonPachi (Japan, Master Ver. 97/02/05)", GAME_SUPPORTS_SAVE ) |
4797 | 4797 | |
4798 | | GAME( 1998, dfeveron, feversos, dfeveron, cave, cave_state, dfeveron, ROT270, "Cave (Nihon System license)", "Dangan Feveron (Japan, Ver. 98/09/17)", GAME_SUPPORTS_SAVE ) |
| 4798 | GAME( 1998, dfeveron, feversos, dfeveron, cave, cave_state, dfeveron, ROT270, "Cave (Nihon System license)", "Dangun Feveron (Japan, Ver. 98/09/17)", GAME_SUPPORTS_SAVE ) |
4799 | 4799 | GAME( 1998, feversos, 0, dfeveron, cave, cave_state, feversos, ROT270, "Cave (Nihon System license)", "Fever SOS (International, Ver. 98/09/25)", GAME_SUPPORTS_SAVE ) |
4800 | 4800 | |
4801 | 4801 | GAME( 1998, esprade, 0, esprade, cave, cave_state, esprade, ROT270, "Cave (Atlus license)", "ESP Ra.De. (International, Ver. 98/04/22)", GAME_SUPPORTS_SAVE ) |
r18252 | r18253 | |
4810 | 4810 | |
4811 | 4811 | GAME( 1999, gaia, 0, gaia, gaia, cave_state, gaia, ROT0, "Noise Factory", "Gaia Crusaders", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally |
4812 | 4812 | |
4813 | | GAME( 2001, theroes, 0, gaia, theroes, cave_state, gaia, ROT0, "Primetek Investments", "Thunder Heroes", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally |
4814 | | |
4815 | 4813 | GAME( 1999, korokoro, 0, korokoro, korokoro, cave_state, korokoro, ROT0, "Takumi", "Koro Koro Quest (Japan)", GAME_SUPPORTS_SAVE ) |
4816 | 4814 | |
4817 | 4815 | GAME( 1999, crusherm, 0, crusherm, korokoro, cave_state, korokoro, ROT0, "Takumi", "Crusher Makochan (Japan)", GAME_SUPPORTS_SAVE ) |
4818 | 4816 | |
4819 | 4817 | GAME( 1999, tjumpman, 0, tjumpman, tjumpman, cave_state, tjumpman, ROT0, "Namco", "Tobikose! Jumpman", GAME_SUPPORTS_SAVE ) |
| 4818 | |
| 4819 | GAME( 2001, theroes, 0, gaia, theroes, cave_state, gaia, ROT0, "Primetek Investments", "Thunder Heroes", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // cuts out occasionally |