From 648fdffe94fae2499c4ff33afabae4fa2c1fdaac Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 19 Nov 2023 23:09:01 +0100 Subject: taito/vicshoot.cpp: flag with MACHINE_REQUIRES_ARTWORK being clearly a mechanical game --- src/mame/taito/vicshoot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/taito/vicshoot.cpp b/src/mame/taito/vicshoot.cpp index d149b3e94ac..f0f73d44364 100644 --- a/src/mame/taito/vicshoot.cpp +++ b/src/mame/taito/vicshoot.cpp @@ -162,4 +162,4 @@ ROM_END } // anonymous namespace -GAME( 1995, vicshoot, 0, vicshoot, vicshoot, vicshoot_state, empty_init, ROT0, "Taito Corporation", "Victory Shoot", MACHINE_IS_SKELETON ) // a website lists it as 1994, but it was publicized on 1995 magazines. Going with the latter for now +GAME( 1995, vicshoot, 0, vicshoot, vicshoot, vicshoot_state, empty_init, ROT0, "Taito Corporation", "Victory Shoot", MACHINE_NOT_WORKING | MACHINE_REQUIRES_ARTWORK ) // a website lists it as 1994, but it was publicized on 1995 magazines. Going with the latter for now -- cgit v1.2.3