Previous 199869 Revisions Next

r31844 Saturday 30th August, 2014 at 18:28:30 UTC by hap
Matty koreafix
[src/mame]mame.lst
[src/mame/drivers]snowbros.c

trunk/src/mame/mame.lst
r31843r31844
266126613in1semi        // (c) 1998 SemiCom
26622662moremore        // (c) 1999 SemiCom + Exit
26632663moremorp        // (c) 1999 SemiCom + Exit
2664sohosung      // (c) 199? SemiCom
2664suhosong      // (c) 199? SemiCom
266526654in1boot        // (c) 2002 KISoft (includes hacks of Semicom games + Snowbros)
26662666
26672667// More Toaplan Games
trunk/src/mame/drivers/snowbros.c
r31843r31844
23542354
23552355
23562356
2357ROM_START( sohosung )
2357ROM_START( suhosong )
23582358   ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */
23592359   ROM_LOAD16_BYTE( "su_ho_sung.uh12",  0x00001, 0x20000, CRC(6bd8bd08) SHA1(668398c9c77cc4cc52858daefd3cb13fbaf29a37) )
23602360   ROM_LOAD16_BYTE( "su_ho_sung.ui12",  0x00000, 0x20000, CRC(79a4806e) SHA1(a4080ea70fa588ada384ffa9877f5cf965fb68df) )
r31843r31844
28152815   m_pandora->set_bg_pen(0xc0);
28162816}
28172817
2818DRIVER_INIT_MEMBER(snowbros_state,sohosung)
2818DRIVER_INIT_MEMBER(snowbros_state,suhosong)
28192819{
28202820   UINT16 *HCROM = (UINT16*)memregion("maincpu")->base();
28212821
r31843r31844
28532853GAME( 1999, moremore, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 )
28542854GAME( 1999, moremorp, 0,        semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 )
28552855GAME( 2002, 4in1boot, 0,        _4in1,    4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0)
2856GAME( 1997, sohosung, 0,        semiprot, cookbib3, snowbros_state, sohosung, ROT0, "SemiCom", "So Ho Sung", GAME_NOT_WORKING )
2856GAME( 1997, suhosong, 0,        semiprot, cookbib3, snowbros_state, suhosong, ROT0, "SemiCom", "Su Ho Seong", GAME_NOT_WORKING )
28572857
28582858// 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
28592859// http://mamedev.emulab.it/undumped/images/Ballboy.jpg

Previous 199869 Revisions Next


© 1997-2024 The MAME Team