summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/compgolf.c')
-rw-r--r--src/mame/drivers/compgolf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/compgolf.c b/src/mame/drivers/compgolf.c
index 66cfadacbbe..344c83641ef 100644
--- a/src/mame/drivers/compgolf.c
+++ b/src/mame/drivers/compgolf.c
@@ -352,5 +352,5 @@ DRIVER_INIT_MEMBER(compgolf_state,compgolf)
*
*************************************/
-GAME( 1986, compgolf, 0, compgolf, compgolf, compgolf_state, compgolf, ROT0, "Data East", "Competition Golf Final Round (revision 3)", GAME_SUPPORTS_SAVE )
-GAME( 1985, compgolfo,compgolf, compgolf, compgolf, compgolf_state, compgolf, ROT0, "Data East", "Competition Golf Final Round (Japan, old version)", GAME_SUPPORTS_SAVE )
+GAME( 1986, compgolf, 0, compgolf, compgolf, compgolf_state, compgolf, ROT0, "Data East", "Competition Golf Final Round (revision 3)", MACHINE_SUPPORTS_SAVE )
+GAME( 1985, compgolfo,compgolf, compgolf, compgolf, compgolf_state, compgolf, ROT0, "Data East", "Competition Golf Final Round (Japan, old version)", MACHINE_SUPPORTS_SAVE )