trunk/src/mame/drivers/sangho.c
r26397 | r26398 | |
39 | 39 | TODO: |
40 | 40 | - pzlestar hangs at snippet 0x2ca0-0x2ca9, patching 0x2ca7 branch makes it to be fully playable (patched for now); |
41 | 41 | - pzlestar title screen uses sprites with screen 12, has wrong colors due of it; |
42 | | - sexyboom presumably uses v9958 horizontal scrolling on title screen; |
43 | 42 | - sexyboom slows down dramatically, presumably bankswitch related; |
44 | 43 | |
45 | 44 | */ |
r26397 | r26398 | |
555 | 554 | ROM[0x12ca8] = 0x00; |
556 | 555 | } |
557 | 556 | |
558 | | GAME( 1991, pzlestar, 0, pzlestar, pzlestar, sangho_state, pzlestar, ROT270, "Sang Ho Soft", "Puzzle Star (Sang Ho Soft)", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) |
559 | | GAME( 1992, sexyboom, 0, sexyboom, sexyboom, driver_device, 0, ROT270, "Sang Ho Soft", "Sexy Boom", GAME_IMPERFECT_GRAPHICS ) |
| 557 | GAME( 1991, pzlestar, 0, pzlestar, pzlestar, sangho_state, pzlestar, ROT270, "Sang Ho Soft", "Puzzle Star (Sang Ho Soft)", GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND ) |
| 558 | GAME( 1992, sexyboom, 0, sexyboom, sexyboom, driver_device, 0, ROT270, "Sang Ho Soft", "Sexy Boom", 0 ) |