trunk/src/mame/drivers/snowbros.c
| r31731 | r31732 | |
| 2352 | 2352 | ROM_LOAD( "9.1h", 0xc0000, 0x40000, CRC(2ebd316d) SHA1(2f1249ebd2a0bb0cc15259f7187201576a365fa6) ) |
| 2353 | 2353 | ROM_END |
| 2354 | 2354 | |
| 2355 | |
| 2356 | |
| 2357 | ROM_START( sohosung ) |
| 2358 | ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */ |
| 2359 | ROM_LOAD16_BYTE( "su_ho_sung.uh12", 0x00001, 0x20000, CRC(6bd8bd08) SHA1(668398c9c77cc4cc52858daefd3cb13fbaf29a37) ) |
| 2360 | ROM_LOAD16_BYTE( "su_ho_sung.ui12", 0x00000, 0x20000, CRC(79a4806e) SHA1(a4080ea70fa588ada384ffa9877f5cf965fb68df) ) |
| 2361 | |
| 2362 | ROM_REGION( 0x10000, "soundcpu", 0 ) /* Z80 Code */ |
| 2363 | ROM_LOAD( "su_ho_sung.u1", 0x00000, 0x10000 , CRC(509ce74e) SHA1(a93add5ab674671078b55128281dcf9b0db46617) ) |
| 2364 | |
| 2365 | ROM_REGION( 0x10000, "cpu2", 0 ) /* Intel 87C52 MCU Code */ |
| 2366 | ROM_LOAD( "87c52.mcu", 0x00000, 0x10000 , NO_DUMP ) /* can't be dumped */ |
| 2367 | |
| 2368 | ROM_REGION16_BE( 0x200, "user1", ROMREGION_ERASE00 ) /* Data from Shared RAM */ |
| 2369 | // ROM_LOAD16_WORD( "protdata.bin", 0x00000, 0x200 , CRC(1) SHA1(1) ) |
| 2370 | |
| 2371 | ROM_REGION( 0x040000, "oki", 0 ) /* Samples */ |
| 2372 | ROM_LOAD( "su_ho_sung.uj15", 0x00000, 0x40000, CRC(266fcae8) SHA1(0f15f880bde0c12b5c663ed387f9353c13b731b6) ) |
| 2373 | |
| 2374 | ROM_REGION( 0x180000, "gfx1", 0 ) /* Sprites */ |
| 2375 | ROM_LOAD( "su_ho_sung.ua4", 0x000000, 0x80000, CRC(bc83a944) SHA1(fbd46648107c66f328b0a61c74b6b82c718e6f4b) ) |
| 2376 | ROM_LOAD( "su_ho_sung.ua5", 0x080000, 0x80000, CRC(a1907ea4) SHA1(e21c29d12e50cce1434dbaff0929c207bfd33344) ) |
| 2377 | ROM_LOAD( "su_ho_sung.ua6", 0x100000, 0x80000, CRC(92fea02c) SHA1(946c7bf55354875a1581ce484cb185b640f74166) ) |
| 2378 | ROM_END |
| 2379 | |
| 2355 | 2380 | READ16_MEMBER(snowbros_state::moremorp_0a_read) |
| 2356 | 2381 | { |
| 2357 | 2382 | return 0x000a; |
| r31731 | r31732 | |
| 2813 | 2838 | GAME( 1999, moremore, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 ) |
| 2814 | 2839 | GAME( 1999, moremorp, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 ) |
| 2815 | 2840 | GAME( 2002, 4in1boot, 0, _4in1, 4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0) |
| 2841 | GAME( 1997, sohosung, 0, semiprot, cookbib3, snowbros_state, cookbib3, ROT0, "SemiCom", "So Ho Sung", GAME_NOT_WORKING ) |
| 2816 | 2842 | |
| 2817 | 2843 | // The Korean games database shows an earlier version of this called Ball Boy with a different title screen to the version of Ball Boy we have |
| 2818 | 2844 | // http://mamedev.emulab.it/undumped/images/Ballboy.jpg |
| 2819 | 2845 | // it is possible this 'ball boy' is the original bootleg, with snwobro3 being a hack of that, and the ballboy set we have a further hack of that |
| 2846 | // there is also a later 2004 version with 3 player support |
| 2820 | 2847 | 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 |
| 2821 | 2848 | GAME( 2003, ballboy, snowbro3, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "bootleg", "Ball Boy", GAME_IMPERFECT_SOUND ) |