Previous 199869 Revisions Next

r26398 Sunday 24th November, 2013 at 17:08:03 UTC by Angelo Salese
Guh
[src/mame/drivers]sangho.c

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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team