Previous 199869 Revisions Next

r32971 Sunday 26th October, 2014 at 09:51:23 UTC by MetalliC
New Game Added
---------------------------------------
Windjammer (021216) [MetalliC]
[src/mame]mame.lst
[src/mame/drivers]multfish.c

trunk/src/mame/drivers/multfish.c
r241482r241483
12021202
12031203
12041204/*********************************************************
1205   Windjammer
1206**********************************************************/
1207
1208ROM_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) )
1217ROM_END
1218
1219
1220/*********************************************************
12051221   Crazy Monkey
12061222
12071223    "Russia" sets use different gfx roms 1-4.
r241482r241483
26912707GAME( 2002, mfish_12,    mfish_parent,    igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Multi Fish (040308)", GAME_SUPPORTS_SAVE ) /* World */
26922708GAME( 2002, mfish_13,    0,               igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Multi Fish (040316)", GAME_SUPPORTS_SAVE ) /* World */
26932709
2710GAME( 2002, windjamr,    0,               igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Windjammer (021216)", GAME_SUPPORTS_SAVE ) /* World */
2711
26942712GAME( 2003, czmon_5,    czmon_parent,     igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Crazy Monkey (030421 World)", GAME_SUPPORTS_SAVE ) /* World */
26952713GAME( 2003, czmon_7,    czmon_parent,     igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Crazy Monkey (031110 World)", GAME_SUPPORTS_SAVE ) /* World */
26962714GAME( 2003, czmon_8,    czmon_parent,     igrosoft_gamble, igrosoft_gamble, driver_device,  0,               ROT0, "Igrosoft", "Crazy Monkey (050120 World)", GAME_SUPPORTS_SAVE ) /* World */
trunk/src/mame/mame.lst
r241482r241483
1199011990mfish_12        // (c) 2002
1199111991mfish_13        // (c) 2002
1199211992
11993// Windjammer
11994windjamr       // (c) 2002
11995
1199311996// Crazy Monkey
1199411997//crzmon        // (c) 2003
1199511998//czmon_2      // (c) 2003


Previous 199869 Revisions Next


© 1997-2024 The MAME Team