trunk/src/mame/drivers/multfish.c
r241482 | r241483 | |
1202 | 1202 | |
1203 | 1203 | |
1204 | 1204 | /********************************************************* |
| 1205 | Windjammer |
| 1206 | **********************************************************/ |
| 1207 | |
| 1208 | ROM_START( windjamr ) // 021216 possibly patched for use banking port F9 |
| 1209 | ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked |
| 1210 | ROM_LOAD( "wj_021216_f9.rom", 0x00000, 0x40000, CRC(8ad9357d) SHA1(b6daf44a35075b771350145772d7c701049b0d28) ) |
| 1211 | |
| 1212 | ROM_REGION( 0x400000, "gfx", 0 ) |
| 1213 | ROM_LOAD( "windjammer.001", 0x000000, 0x80000, CRC(84067a47) SHA1(de98a2ff35034565c98f6493ccc945abd97cb2a8) ) |
| 1214 | ROM_LOAD( "windjammer.002", 0x100000, 0x80000, CRC(c03939ce) SHA1(18e18987813eb996ad0a33089210653fe4c0c8ce) ) |
| 1215 | ROM_LOAD( "windjammer.003", 0x200000, 0x80000, CRC(209b8a30) SHA1(f85b3af92f11b0beefe275a74279ea7978f85998) ) |
| 1216 | ROM_LOAD( "windjammer.004", 0x300000, 0x80000, CRC(04f3a1f3) SHA1(6f3a267619c010395ff4c00d1dab3efb3202e591) ) |
| 1217 | ROM_END |
| 1218 | |
| 1219 | |
| 1220 | /********************************************************* |
1205 | 1221 | Crazy Monkey |
1206 | 1222 | |
1207 | 1223 | "Russia" sets use different gfx roms 1-4. |
r241482 | r241483 | |
2691 | 2707 | GAME( 2002, mfish_12, mfish_parent, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Multi Fish (040308)", GAME_SUPPORTS_SAVE ) /* World */ |
2692 | 2708 | GAME( 2002, mfish_13, 0, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Multi Fish (040316)", GAME_SUPPORTS_SAVE ) /* World */ |
2693 | 2709 | |
| 2710 | GAME( 2002, windjamr, 0, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Windjammer (021216)", GAME_SUPPORTS_SAVE ) /* World */ |
| 2711 | |
2694 | 2712 | GAME( 2003, czmon_5, czmon_parent, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Crazy Monkey (030421 World)", GAME_SUPPORTS_SAVE ) /* World */ |
2695 | 2713 | GAME( 2003, czmon_7, czmon_parent, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Crazy Monkey (031110 World)", GAME_SUPPORTS_SAVE ) /* World */ |
2696 | 2714 | GAME( 2003, czmon_8, czmon_parent, igrosoft_gamble, igrosoft_gamble, driver_device, 0, ROT0, "Igrosoft", "Crazy Monkey (050120 World)", GAME_SUPPORTS_SAVE ) /* World */ |