Reinstated MACHINE_IMPERFECT_GRAPHICS having dynamic CRTC stuff too, fun (nw)

This commit is contained in:
angelosa 2016-12-26 01:12:16 +01:00
parent eff9597ed9
commit 35aca2c26f

View File

@ -37,7 +37,9 @@ Memo:
- 2player's input is not supported.
- Identify CRT Controller and fix layer misalignment in nekkyoku.
- Identify CRT Controller and fix layer misalignment in nekkyoku due of dynamic
changes. Actually same custom component as other V-System games of the era,
@seealso aerofgt.cpp
- nekkyoku: soft reset enables flip screen without any real reason.
@ -1266,7 +1268,7 @@ ROM_END
*
*************************************/
GAME( 1988, nekkyoku, 0, nekkyoku, nekkyoku, driver_device, 0, ROT0, "Video System Co.", "Rettou Juudan Nekkyoku Janshi - Higashi Nippon Hen (Japan)", MACHINE_SUPPORTS_SAVE )
GAME( 1988, nekkyoku, 0, nekkyoku, nekkyoku, driver_device, 0, ROT0, "Video System Co.", "Rettou Juudan Nekkyoku Janshi - Higashi Nippon Hen (Japan)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_GRAPHICS )
GAME( 1988, idolmj, 0, idolmj, idolmj, driver_device, 0, ROT0, "System Service", "Idol-Mahjong Housoukyoku (Japan)", MACHINE_SUPPORTS_SAVE )
GAME( 1989, mjnatsu, 0, fromance, mjnatsu, driver_device, 0, ROT0, "Video System Co.", "Mahjong Natsu Monogatari (Japan)", MACHINE_SUPPORTS_SAVE )
GAME( 1989, natsuiro, mjnatsu, fromance, mjnatsu, driver_device, 0, ROT0, "Video System Co.", "Natsuiro Mahjong (Japan)", MACHINE_SUPPORTS_SAVE )