Previous 199869 Revisions Next

r31479 Thursday 31st July, 2014 at 12:19:10 UTC by hap
splash was mostly developed by OMK Software: http://www.baudejogos.net/jogoinfo.php?id=2849
[src/mame/drivers]splash.c

trunk/src/mame/drivers/splash.c
r31478r31479
502502   MCFG_PALETTE_ADD("palette", 2048)
503503   MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)
504504
505
506505   MCFG_MACHINE_RESET_OVERRIDE(splash_state, splash )
507506
508507   /* sound hardware */
r31478r31479
594593}
595594
596595static MACHINE_CONFIG_START( funystrp, splash_state )
596
597597   /* basic machine hardware */
598598   MCFG_CPU_ADD("maincpu", M68000, XTAL_24MHz/2)       /* 12 MHz (24/2) */
599599   MCFG_CPU_PROGRAM_MAP(funystrp_map)
r31478r31479
616616   MCFG_PALETTE_ADD("palette", 2048)
617617   MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)
618618
619
620619   MCFG_MACHINE_RESET_OVERRIDE(splash_state, funystrp )
621620
622621   /* sound hardware */
r31478r31479
10611060   ROM = (UINT16 *)memregion("audiocpu")->base();
10621061
10631062   membank("sound_bank")->configure_entries(0, 16, &ROM[0x00000], 0x8000);
1064
10651063}
10661064
1067GAME( 1992, splash,   0,        splash,   splash, splash_state,   splash,   ROT0, "Gaelco",    "Splash! (Ver. 1.2 World)", 0 )
1068GAME( 1992, splash10, splash,   splash,   splash, splash_state,   splash10, ROT0, "Gaelco",    "Splash! (Ver. 1.0 World)", 0 )
1069GAME( 1992, paintlad, splash,   splash,   splash, splash_state,   splash,   ROT0, "Gaelco",    "Painted Lady (Splash) (Ver. 1.3 US)", 0 )
1065GAME( 1992, splash,   0,        splash,   splash, splash_state,   splash,   ROT0, "Gaelco / OMK Software", "Splash! (Ver. 1.2 World)", 0 )
1066GAME( 1992, splash10, splash,   splash,   splash, splash_state,   splash10, ROT0, "Gaelco / OMK Software", "Splash! (Ver. 1.0 World)", 0 )
1067GAME( 1992, paintlad, splash,   splash,   splash, splash_state,   splash,   ROT0, "Gaelco / OMK Software", "Painted Lady (Splash) (Ver. 1.3 US)", 0 )
10701068
10711069GAME( 1993, roldfrog, 0,        roldfrog, splash, splash_state,   roldfrog, ROT0, "Microhard", "The Return of Lady Frog (set 1)", 0)
10721070GAME( 1993, roldfroga,roldfrog, roldfrog, splash, splash_state,   roldfrog, ROT0, "Microhard", "The Return of Lady Frog (set 2)", 0 )
1073GAME( 1995, rebus,    0,        roldfrog, splash, splash_state,   rebus,    ROT0, "Microhard", "Rebus", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION|GAME_NO_SOUND )
1074GAME( 199?, funystrp, 0,        funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard / MagicGames", "Funny Strip", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION )
1075GAME( 199?, puckpepl, funystrp, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard", "Puck People", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION )
1071GAME( 1995, rebus,    0,        roldfrog, splash, splash_state,   rebus,    ROT0, "Microhard", "Rebus", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND )
1072GAME( 199?, funystrp, 0,        funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard / MagicGames", "Funny Strip", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION )
1073GAME( 199?, puckpepl, funystrp, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard", "Puck People", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team