mirror of
https://github.com/holub/mame
synced 2025-05-07 23:02:33 +03:00
demote Panic Road (panicr) to MACHINE_NOT_WORKING
playtesting shows that the collisions aren't right, broken collisions = broken game logic = MACHINE_NOT_WORKING flag, we have higher standards.
This commit is contained in:
parent
75fefade26
commit
ef85408bb0
@ -5,7 +5,7 @@ Panic Road
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- are collisions 100%, need to find reference videos of game being played properly to check things look ok (I think they are..)
|
- collisions don't always work, you can hit the ball out of the playfield quite easily if you know how, hence MACHINE_NOT_WORKING
|
||||||
- are priorities with sprites 100%, sprite-sprite priorities are ugly in many places, maybe the SEI0010BU are 3 sprite chips?
|
- are priorities with sprites 100%, sprite-sprite priorities are ugly in many places, maybe the SEI0010BU are 3 sprite chips?
|
||||||
|
|
||||||
--
|
--
|
||||||
@ -830,5 +830,5 @@ DRIVER_INIT_MEMBER(panicr_state,panicr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GAME( 1986, panicr, 0, panicr, panicr, panicr_state, panicr, ROT270, "Seibu Kaihatsu (Taito license)", "Panic Road (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
GAME( 1986, panicr, 0, panicr, panicr, panicr_state, panicr, ROT270, "Seibu Kaihatsu (Taito license)", "Panic Road (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE | MACHINE_NOT_WORKING )
|
||||||
GAME( 1986, panicrg, panicr, panicr, panicr, panicr_state, panicr, ROT270, "Seibu Kaihatsu (Tuning license)", "Panic Road (Germany)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
GAME( 1986, panicrg, panicr, panicr, panicr, panicr_state, panicr, ROT270, "Seibu Kaihatsu (Tuning license)", "Panic Road (Germany)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE | MACHINE_NOT_WORKING )
|
||||||
|
Loading…
Reference in New Issue
Block a user