Previous 199869 Revisions Next

r22581 Saturday 27th April, 2013 at 15:59:05 UTC by David Haywood
new clone
Ball Boy [The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]snowbros.c

trunk/src/mame/drivers/snowbros.c
r22580r22581
22542254   ROM_LOAD( "u78", 0x000000, 0x200000, CRC(6c1fbc9c) SHA1(067f32cae89fd4d57b90be659d2d648e557c11df) )
22552255ROM_END
22562256
2257ROM_START( snowbros3 )
2257ROM_START( snowbro3 )
22582258   ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 code */
22592259   ROM_LOAD16_BYTE( "ur4",  0x00000, 0x20000, CRC(19c13ffd) SHA1(4f9db70354bd410b7bcafa96be4591de8dc33d90) )
22602260   ROM_LOAD16_BYTE( "ur3",  0x00001, 0x20000, CRC(3f32fa15) SHA1(1402c173c1df142ff9dd7b859689c075813a50e5) )
22612261
2262   /* the sound is driven by a PIC? */
2262   /* the sound is driven by an MCU */
22632263   ROM_REGION( 0x10000, "cpu2", 0 )
22642264   ROM_LOAD( "sound.mcu", 0x00000, 0x10000 , NO_DUMP )
22652265
r22580r22581
22752275   ROM_CONTINUE(0x80000,0x60000)
22762276ROM_END
22772277
2278ROM_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)
2297ROM_END
2298
2299
22782300/*
22792301
22802302Information from Korean arcade gaming magazine
r22580r22581
27962818GAME( 1999, moremore, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 )
27972819GAME( 1999, moremorp, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 )
27982820GAME( 2002, 4in1boot, 0,        _4in1,    4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0)
2799GAME( 2002, snowbros3,snowbros, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "Syrmex", "Snow Brothers 3 - Magical Adventure", GAME_IMPERFECT_SOUND ) // its basically snowbros code?...
2821GAME( 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
2822GAME( 2003, ballboy,  snowbro3, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "bootleg", "Ball Boy", GAME_IMPERFECT_SOUND )
trunk/src/mame/mame.lst
r22580r22581
25092509honeydol        // (c) 1995 Barko Corp
25102510twinadv         // (c) 1995 Barko Corp
25112511twinadvk        // (c) 1995 Barko Corp
2512snowbros3       // (c) 2002 Syrmex
2512snowbro3        // (c) 2002 Syrmex
2513ballboy         // bootleg
25132514// SemiCom games on "SnowBros"-like hardware
25142515finalttr        // (c) 1993 Jeil Computer System
25152516hyperpac        // (c) 1995 SemiCom

Previous 199869 Revisions Next


© 1997-2024 The MAME Team