diff options
Diffstat (limited to 'src/mame/drivers/vd.c')
-rw-r--r-- | src/mame/drivers/vd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vd.c b/src/mame/drivers/vd.c index 413dd445a2f..af5089a2779 100644 --- a/src/mame/drivers/vd.c +++ b/src/mame/drivers/vd.c @@ -56,4 +56,4 @@ ROM_END /-------------------------------------------------------------------*/ -GAME(1986, break86, 0, vd, vd, vd, ROT0, "Videodens", "Break '86", GAME_IS_SKELETON_MECHANICAL) +GAME(1986, break86, 0, vd, vd, vd_state, vd, ROT0, "Videodens", "Break '86", GAME_IS_SKELETON_MECHANICAL) |