trunk/src/mame/drivers/snowbros.c
| r31843 | r31844 | |
| 2354 | 2354 | |
| 2355 | 2355 | |
| 2356 | 2356 | |
| 2357 | | ROM_START( sohosung ) |
| 2357 | ROM_START( suhosong ) |
| 2358 | 2358 | ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */ |
| 2359 | 2359 | ROM_LOAD16_BYTE( "su_ho_sung.uh12", 0x00001, 0x20000, CRC(6bd8bd08) SHA1(668398c9c77cc4cc52858daefd3cb13fbaf29a37) ) |
| 2360 | 2360 | ROM_LOAD16_BYTE( "su_ho_sung.ui12", 0x00000, 0x20000, CRC(79a4806e) SHA1(a4080ea70fa588ada384ffa9877f5cf965fb68df) ) |
| r31843 | r31844 | |
| 2815 | 2815 | m_pandora->set_bg_pen(0xc0); |
| 2816 | 2816 | } |
| 2817 | 2817 | |
| 2818 | | DRIVER_INIT_MEMBER(snowbros_state,sohosung) |
| 2818 | DRIVER_INIT_MEMBER(snowbros_state,suhosong) |
| 2819 | 2819 | { |
| 2820 | 2820 | UINT16 *HCROM = (UINT16*)memregion("maincpu")->base(); |
| 2821 | 2821 | |
| r31843 | r31844 | |
| 2853 | 2853 | GAME( 1999, moremore, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More", 0 ) |
| 2854 | 2854 | GAME( 1999, moremorp, 0, semiprot, moremore, snowbros_state, moremorp, ROT0, "SemiCom / Exit", "More More Plus", 0 ) |
| 2855 | 2855 | GAME( 2002, 4in1boot, 0, _4in1, 4in1boot, snowbros_state, 4in1boot, ROT0, "K1 Soft", "Puzzle King (includes bootleg of Snow Bros.)" , 0) |
| 2856 | | GAME( 1997, sohosung, 0, semiprot, cookbib3, snowbros_state, sohosung, ROT0, "SemiCom", "So Ho Sung", GAME_NOT_WORKING ) |
| 2856 | GAME( 1997, suhosong, 0, semiprot, cookbib3, snowbros_state, suhosong, ROT0, "SemiCom", "Su Ho Seong", GAME_NOT_WORKING ) |
| 2857 | 2857 | |
| 2858 | 2858 | // 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 |
| 2859 | 2859 | // http://mamedev.emulab.it/undumped/images/Ballboy.jpg |