Previous 199869 Revisions Next

r31732 Friday 22nd August, 2014 at 09:50:08 UTC by David Haywood
new NOT WORKING
---
So Ho Sung [system11]

SemiCom game, we need to extract the protection data
[src/mame]mame.lst
[src/mame/drivers]snowbros.c

trunk/src/mame/drivers/snowbros.c
r31731r31732
23522352   ROM_LOAD( "9.1h",     0xc0000, 0x40000, CRC(2ebd316d) SHA1(2f1249ebd2a0bb0cc15259f7187201576a365fa6) )
23532353ROM_END
23542354
2355
2356
2357ROM_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) )
2378ROM_END
2379
23552380READ16_MEMBER(snowbros_state::moremorp_0a_read)
23562381{
23572382   return 0x000a;
r31731r31732
28132838GAME( 1999, moremore, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 )
28142839GAME( 1999, moremorp, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 )
28152840GAME( 2002, 4in1boot, 0,        _4in1,    4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0)
2841GAME( 1997, sohosung, 0,        semiprot, cookbib3, snowbros_state, cookbib3, ROT0, "SemiCom", "So Ho Sung", GAME_NOT_WORKING )
28162842
28172843// 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
28182844// http://mamedev.emulab.it/undumped/images/Ballboy.jpg
28192845// 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
28202847GAME( 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
28212848GAME( 2003, ballboy,  snowbro3, snowbro3, snowbroj, snowbros_state, snowbro3, ROT0, "bootleg", "Ball Boy", GAME_IMPERFECT_SOUND )
trunk/src/mame/mame.lst
r31731r31732
265826583in1semi        // (c) 1998 SemiCom
26592659moremore        // (c) 1999 SemiCom + Exit
26602660moremorp        // (c) 1999 SemiCom + Exit
2661sohosung      // (c) 199? SemiCom
266126624in1boot        // (c) 2002 KISoft (includes hacks of Semicom games + Snowbros)
26622663
26632664// More Toaplan Games

Previous 199869 Revisions Next


© 1997-2024 The MAME Team