trunk/src/mame/drivers/snowbros.c
| r22580 | r22581 | |
| 2254 | 2254 | ROM_LOAD( "u78", 0x000000, 0x200000, CRC(6c1fbc9c) SHA1(067f32cae89fd4d57b90be659d2d648e557c11df) ) |
| 2255 | 2255 | ROM_END |
| 2256 | 2256 | |
| 2257 | | ROM_START( snowbros3 ) |
| 2257 | ROM_START( snowbro3 ) |
| 2258 | 2258 | ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 code */ |
| 2259 | 2259 | ROM_LOAD16_BYTE( "ur4", 0x00000, 0x20000, CRC(19c13ffd) SHA1(4f9db70354bd410b7bcafa96be4591de8dc33d90) ) |
| 2260 | 2260 | ROM_LOAD16_BYTE( "ur3", 0x00001, 0x20000, CRC(3f32fa15) SHA1(1402c173c1df142ff9dd7b859689c075813a50e5) ) |
| 2261 | 2261 | |
| 2262 | | /* the sound is driven by a PIC? */ |
| 2262 | /* the sound is driven by an MCU */ |
| 2263 | 2263 | ROM_REGION( 0x10000, "cpu2", 0 ) |
| 2264 | 2264 | ROM_LOAD( "sound.mcu", 0x00000, 0x10000 , NO_DUMP ) |
| 2265 | 2265 | |
| r22580 | r22581 | |
| 2275 | 2275 | ROM_CONTINUE(0x80000,0x60000) |
| 2276 | 2276 | ROM_END |
| 2277 | 2277 | |
| 2278 | ROM_START( ballboy ) |
| 2279 | ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 code */ |
| 2280 | ROM_LOAD16_BYTE( "27c010.ur4", 0x00000, 0x20000, CRC(5fb51b99) SHA1(07e12a3bb51fbb3f192b81497460231c7b609290) ) |
| 2281 | ROM_LOAD16_BYTE( "27c010.ur3", 0x00001, 0x20000, CRC(a9c1fdda) SHA1(efb7eaab993f99d89d3b9c159c3b8eb18ace9c2c) ) |
| 2282 | |
| 2283 | /* the sound is driven by an MCU */ |
| 2284 | ROM_REGION( 0x10000, "cpu2", 0 ) |
| 2285 | ROM_LOAD( "sound.mcu", 0x00000, 0x10000 , NO_DUMP ) |
| 2286 | |
| 2287 | ROM_REGION( 0x80000, "gfx1", 0 ) |
| 2288 | ROM_LOAD( "27c040.ua5", 0x000000, 0x80000, CRC(0604e385) SHA1(96acbc65a8db89a7be100f852dc07ba9a0313167) ) /* 16x16 tiles */ |
| 2289 | |
| 2290 | ROM_REGION( 0x400000, "gfx2", 0 ) /* 16x16 BG Tiles */ |
| 2291 | ROM_LOAD( "27c160.un7", 0x000000, 0x200000, CRC(4a79da4c) SHA1(59207d116d39b9ee25c51affe520f5fdff34e536) ) |
| 2292 | ROM_LOAD( "27c160.un8", 0x200000, 0x200000, CRC(bfef8c44) SHA1(86930cfcaedbd111d5b985e87a76d2211d2ce2ec) ) |
| 2293 | |
| 2294 | ROM_REGION( 0x100000, "oki", 0 ) /* OKIM6295 samples */ |
| 2295 | ROM_LOAD( "27c040.us5", 0x00000, 0x20000, CRC(7c6368ef) SHA1(53393c570c605f7582b61c630980041e2ed32e2d) ) |
| 2296 | ROM_CONTINUE(0x80000,0x60000) |
| 2297 | ROM_END |
| 2298 | |
| 2299 | |
| 2278 | 2300 | /* |
| 2279 | 2301 | |
| 2280 | 2302 | Information from Korean arcade gaming magazine |
| r22580 | r22581 | |
| 2796 | 2818 | GAME( 1999, moremore, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 ) |
| 2797 | 2819 | GAME( 1999, moremorp, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 ) |
| 2798 | 2820 | GAME( 2002, 4in1boot, 0, _4in1, 4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0) |
| 2799 | | GAME( 2002, snowbros3,snowbros, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "Syrmex", "Snow Brothers 3 - Magical Adventure", GAME_IMPERFECT_SOUND ) // its basically snowbros code?... |
| 2821 | GAME( 2002, snowbro3, 0, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "Syrmex", "Snow Brothers 3 - Magical Adventure", GAME_IMPERFECT_SOUND ) // hacked from SnowBros code but released as an original game |
| 2822 | GAME( 2003, ballboy, snowbro3, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "bootleg", "Ball Boy", GAME_IMPERFECT_SOUND ) |