new NOT_WORKING machine

-----------------------
Fantasy Zone (J 990202 V1.000) [sugoihelsinki]
This commit is contained in:
MetalliC 2019-11-04 14:02:51 +02:00
parent d9dcb8831b
commit 08d698e575
3 changed files with 17 additions and 1 deletions

View File

@ -72,7 +72,6 @@ TODO (game-specific):
- sfz3ugd: currently dies at disclaimer screen (regression);
- shangril: swapped mahjong inputs (M -> N, C -> B etc.);
- sprtjam: garbage on initial attract mode screen (regression).
- The House of the Dead 2: game uses an earlier PVR so it has extra gfx issues;
- The Typing of the Dead: missing keyboard inputs, doesn't enter into attract/test mode anymore (JVS issue);
- vtennisg: crashes after stage screen or the attract mode (PVR or SH-4 bug, most likely);
- World Kicks (both sets): "NAOMIM2: unhandled board write a0800600, 0000" after Naomi logo

View File

@ -3703,6 +3703,21 @@ ROM_START( supgoal )
ROM_LOAD( "supgoal.nv", 0x0000, 0x0080, CRC(63806aae) SHA1(b82f0995799e9259a1f071ea8b64a719f9e3c9e9) )
ROM_END
// 837-13556 REV.A, 837-13247 PCB
ROM_START( fanzonem )
STV_BIOS
ROM_REGION32_BE( 0x3000000, "cart", ROMREGION_ERASE00 ) /* SH2 code */
ROM_LOAD16_WORD_SWAP( "epr-21440a.ic13", 0x0000000, 0x0080000, CRC(28457d58) SHA1(1c7c3153eae1faa6c09595dc01906fe05702352d) )
ROM_LOAD16_WORD_SWAP( "mpr-21441.ic2", 0x0400000, 0x0400000, CRC(b69133a5) SHA1(63fb8b23cf216a84a2f2458b14a1648b22ae6256) )
ROM_LOAD16_WORD_SWAP( "mpr-21445.ic1", 0x0800000, 0x0400000, CRC(c02ffbd3) SHA1(284fb6ff25b0621b7c1406a78308da522beaaaf7) )
ROM_LOAD16_WORD_SWAP( "mpr-21442.ic4", 0x0c00000, 0x0400000, CRC(d4d3575f) SHA1(a3f50f2c932e5b9b9d7e0acf04e8aec41f252147) )
ROM_LOAD16_WORD_SWAP( "mpr-21446.ic3", 0x1000000, 0x0400000, CRC(4831539e) SHA1(7a3b1c6d4d7e6652efd16fe95ed0471b67c1871e) )
ROM_LOAD16_WORD_SWAP( "mpr-21443.ic6", 0x1400000, 0x0400000, CRC(cb1401c9) SHA1(a24836b84f8eb63079607b62dd6e72d76cca14ae) )
ROM_LOAD16_WORD_SWAP( "mpr-21447.ic5", 0x1800000, 0x0400000, CRC(61e0d313) SHA1(595553d82e63aaadb1b19ccf761748677013454d) )
ROM_LOAD16_WORD_SWAP( "mpr-21444.ic8", 0x1c00000, 0x0400000, CRC(a82ff33b) SHA1(9559ee4cf1ec487c3847df40d10aa2a4eaee97d2) )
ROM_END
GAME( 1996, stvbios, 0, stv_slot, stv, stv_state, init_stv, ROT0, "Sega", "ST-V Bios", MACHINE_IS_BIOS_ROOT )
@ -3722,6 +3737,7 @@ GAME( 1996, diehard, stvbios, stv, stv, stv_state, init_diehard,
GAME( 1996, dnmtdeka, diehard, stv, stv, stv_state, init_dnmtdeka, ROT0, "Sega", "Dynamite Deka (J 960515 V1.000)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
GAME( 1995, ejihon, stvbios, stv, stv, stv_state, init_stv, ROT0, "Sega", "Ejihon Tantei Jimusyo (J 950613 V1.000)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
GAME( 1998, elandore, stvbios, stv_5881, stv6b, stv_state, init_elandore, ROT0, "Sai-Mate", "Touryuu Densetsu Elan-Doree / Elan Doree - Legend of Dragoon (JUET 980922 V1.006)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
GAME( 1999, fanzonem, stvbios, stv, stv, stv_state, init_stv, ROT0, "Sega", "Fantasy Zone (J 990202 V1.000)", MACHINE_NOT_WORKING )
GAME( 1999, ffrevng10, ffreveng,stv_5881, stv6b, stv_state, init_ffreveng, ROT0, "Capcom", "Final Fight Revenge (JUET 990714 V1.000)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
GAME( 1999, ffreveng, stvbios, stv_5881, stv6b, stv_state, init_ffreveng, ROT0, "Capcom", "Final Fight Revenge (JUET 990930 V1.100)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
GAME( 1995, fhboxers, stvbios, stv, stv, stv_state, init_fhboxers, ROT0, "Sega", "Funky Head Boxers (JUETBKAL 951218 V1.000)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )

View File

@ -36940,6 +36940,7 @@ ffrevng10 // 1999.09 Final Fight Revenge (Capcom) (V1.000)
fhboxers // 1996.02 Funky Head Boxers
findlove // 1997.12 Find Love (Daiki / FCF)
finlarch // 1995.07 Final Arch
fanzonem // 1999.02 Fantasy Zone
gaxeduel // 1995.02 Golden Axe the Duel
grdforce // 1998.05 Guardian Force (Success)
groovef // 1997.05 Groove on Fight (Atlus)