diff options
Diffstat (limited to 'src/mame/drivers/vd.c')
-rw-r--r-- | src/mame/drivers/vd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/vd.c b/src/mame/drivers/vd.c index 3a8619aeab7..fa9336eae35 100644 --- a/src/mame/drivers/vd.c +++ b/src/mame/drivers/vd.c @@ -193,6 +193,6 @@ ROM_START(ator) ROM_END #endif -//GAME(19??, ator, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Ator", GAME_IS_SKELETON_MECHANICAL) -GAME(1986, break86, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Break '86", GAME_IS_SKELETON_MECHANICAL) -GAME(1986, papillon, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Papillon", GAME_IS_SKELETON_MECHANICAL) +//GAME(19??, ator, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Ator", MACHINE_IS_SKELETON_MECHANICAL) +GAME(1986, break86, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Break '86", MACHINE_IS_SKELETON_MECHANICAL) +GAME(1986, papillon, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Papillon", MACHINE_IS_SKELETON_MECHANICAL) |