trunk/src/mame/drivers/splash.c
| r31478 | r31479 | |
| 502 | 502 | MCFG_PALETTE_ADD("palette", 2048) |
| 503 | 503 | MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB) |
| 504 | 504 | |
| 505 | | |
| 506 | 505 | MCFG_MACHINE_RESET_OVERRIDE(splash_state, splash ) |
| 507 | 506 | |
| 508 | 507 | /* sound hardware */ |
| r31478 | r31479 | |
| 594 | 593 | } |
| 595 | 594 | |
| 596 | 595 | static MACHINE_CONFIG_START( funystrp, splash_state ) |
| 596 | |
| 597 | 597 | /* basic machine hardware */ |
| 598 | 598 | MCFG_CPU_ADD("maincpu", M68000, XTAL_24MHz/2) /* 12 MHz (24/2) */ |
| 599 | 599 | MCFG_CPU_PROGRAM_MAP(funystrp_map) |
| r31478 | r31479 | |
| 616 | 616 | MCFG_PALETTE_ADD("palette", 2048) |
| 617 | 617 | MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB) |
| 618 | 618 | |
| 619 | | |
| 620 | 619 | MCFG_MACHINE_RESET_OVERRIDE(splash_state, funystrp ) |
| 621 | 620 | |
| 622 | 621 | /* sound hardware */ |
| r31478 | r31479 | |
| 1061 | 1060 | ROM = (UINT16 *)memregion("audiocpu")->base(); |
| 1062 | 1061 | |
| 1063 | 1062 | membank("sound_bank")->configure_entries(0, 16, &ROM[0x00000], 0x8000); |
| 1064 | | |
| 1065 | 1063 | } |
| 1066 | 1064 | |
| 1067 | | GAME( 1992, splash, 0, splash, splash, splash_state, splash, ROT0, "Gaelco", "Splash! (Ver. 1.2 World)", 0 ) |
| 1068 | | GAME( 1992, splash10, splash, splash, splash, splash_state, splash10, ROT0, "Gaelco", "Splash! (Ver. 1.0 World)", 0 ) |
| 1069 | | GAME( 1992, paintlad, splash, splash, splash, splash_state, splash, ROT0, "Gaelco", "Painted Lady (Splash) (Ver. 1.3 US)", 0 ) |
| 1065 | GAME( 1992, splash, 0, splash, splash, splash_state, splash, ROT0, "Gaelco / OMK Software", "Splash! (Ver. 1.2 World)", 0 ) |
| 1066 | GAME( 1992, splash10, splash, splash, splash, splash_state, splash10, ROT0, "Gaelco / OMK Software", "Splash! (Ver. 1.0 World)", 0 ) |
| 1067 | GAME( 1992, paintlad, splash, splash, splash, splash_state, splash, ROT0, "Gaelco / OMK Software", "Painted Lady (Splash) (Ver. 1.3 US)", 0 ) |
| 1070 | 1068 | |
| 1071 | 1069 | GAME( 1993, roldfrog, 0, roldfrog, splash, splash_state, roldfrog, ROT0, "Microhard", "The Return of Lady Frog (set 1)", 0) |
| 1072 | 1070 | GAME( 1993, roldfroga,roldfrog, roldfrog, splash, splash_state, roldfrog, ROT0, "Microhard", "The Return of Lady Frog (set 2)", 0 ) |
| 1073 | | GAME( 1995, rebus, 0, roldfrog, splash, splash_state, rebus, ROT0, "Microhard", "Rebus", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION|GAME_NO_SOUND ) |
| 1074 | | GAME( 199?, funystrp, 0, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard / MagicGames", "Funny Strip", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION ) |
| 1075 | | GAME( 199?, puckpepl, funystrp, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard", "Puck People", GAME_NOT_WORKING|GAME_UNEMULATED_PROTECTION ) |
| 1071 | GAME( 1995, rebus, 0, roldfrog, splash, splash_state, rebus, ROT0, "Microhard", "Rebus", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND ) |
| 1072 | GAME( 199?, funystrp, 0, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard / MagicGames", "Funny Strip", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION ) |
| 1073 | GAME( 199?, puckpepl, funystrp, funystrp, funystrp, splash_state, funystrp, ROT0, "Microhard", "Puck People", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION ) |