summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourtabl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tourtabl.c')
-rw-r--r--src/mame/drivers/tourtabl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tourtabl.c b/src/mame/drivers/tourtabl.c
index a89d312c37f..a1d79b07e6f 100644
--- a/src/mame/drivers/tourtabl.c
+++ b/src/mame/drivers/tourtabl.c
@@ -204,5 +204,5 @@ ROM_START( tourtab2 )
ROM_END
-GAME( 1978, tourtabl, 0, tourtabl, tourtabl, driver_device, 0, ROT0, "Atari", "Tournament Table (set 1)", GAME_SUPPORTS_SAVE )
-GAME( 1978, tourtab2, tourtabl, tourtabl, tourtabl, driver_device, 0, ROT0, "Atari", "Tournament Table (set 2)", GAME_SUPPORTS_SAVE )
+GAME( 1978, tourtabl, 0, tourtabl, tourtabl, driver_device, 0, ROT0, "Atari", "Tournament Table (set 1)", MACHINE_SUPPORTS_SAVE )
+GAME( 1978, tourtab2, tourtabl, tourtabl, tourtabl, driver_device, 0, ROT0, "Atari", "Tournament Table (set 2)", MACHINE_SUPPORTS_SAVE )