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 281e99cfec0..7d29d47b6f1 100644 --- a/src/mame/drivers/vp101.c +++ b/src/mame/drivers/vp101.c @@ -116,5 +116,5 @@ ROM_START(specfrce) ROM_END -GAME( 2002, specfrce, 0, vp101, vp101, 0, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training", GAME_IS_SKELETON ) -GAME( 2004, jnero, 0, vp101, vp101, 0, ROT0, "ICE/Play Mechanix", "Johnny Nero Action Hero", GAME_IS_SKELETON ) +GAME( 2002, specfrce, 0, vp101, vp101, vp10x_state, 0, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training", GAME_IS_SKELETON ) +GAME( 2004, jnero, 0, vp101, vp101, vp10x_state, 0, ROT0, "ICE/Play Mechanix", "Johnny Nero Action Hero", GAME_IS_SKELETON ) |