diff options
Diffstat (limited to 'src/mame/drivers/vp101.c')
-rw-r--r-- | src/mame/drivers/vp101.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vp101.c b/src/mame/drivers/vp101.c index c033473d48b..9506d756369 100644 --- a/src/mame/drivers/vp101.c +++ b/src/mame/drivers/vp101.c @@ -120,5 +120,5 @@ ROM_START(specfrce) ROM_END -GAME( 2002, specfrce, 0, vp101, vp101, driver_device, 0, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training", GAME_IS_SKELETON ) -GAME( 2004, jnero, 0, vp101, vp101, driver_device, 0, ROT0, "ICE/Play Mechanix", "Johnny Nero Action Hero", GAME_IS_SKELETON ) +GAME( 2002, specfrce, 0, vp101, vp101, driver_device, 0, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training", MACHINE_IS_SKELETON ) +GAME( 2004, jnero, 0, vp101, vp101, driver_device, 0, ROT0, "ICE/Play Mechanix", "Johnny Nero Action Hero", MACHINE_IS_SKELETON ) |