diff options
author | 2017-11-27 08:41:48 -0500 | |
---|---|---|
committer | 2017-11-27 08:41:48 -0500 | |
commit | ee4ad9bdd2a6109933c8435ba454a8a613e617c9 (patch) (github) | |
tree | 27969c2434bb3f8024d3b8f586f78e48b939f6e8 | |
parent | 68bf89045ed6832a873fcba7c54a0762767dca2d (diff) | |
parent | 3219807dc7ba35920eb5cc554f8e048d50e1d465 (diff) | |
download | mame-ee4ad9bdd2a6109933c8435ba454a8a613e617c9.tar.bz2 mame-ee4ad9bdd2a6109933c8435ba454a8a613e617c9.zip |
Merge pull request #2855 from sjy96525/patch-19
Correct Master's Golf Year
-rw-r--r-- | src/mame/drivers/crgolf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crgolf.cpp b/src/mame/drivers/crgolf.cpp index 531332ddd66..df13beed76e 100644 --- a/src/mame/drivers/crgolf.cpp +++ b/src/mame/drivers/crgolf.cpp @@ -831,4 +831,4 @@ GAME( 1984, crgolfc, crgolf, crgolf, crgolf, crgolf_state, 0, ROT0, "N GAME( 1984, crgolfbt, crgolf, crgolf, crgolf, crgolf_state, 0, ROT0, "bootleg", "Champion Golf (bootleg)", MACHINE_SUPPORTS_SAVE ) GAME( 1985, crgolfhi, 0, crgolfhi, crgolf, crgolf_state, crgolfhi, ROT0, "Nasco Japan", "Crowns Golf in Hawaii", MACHINE_SUPPORTS_SAVE ) -GAME( 198?, mastrglf, 0, mastrglf, crgolf, crgolf_state, 0, ROT0, "Nasco", "Master's Golf", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION ) +GAME( 1985, mastrglf, 0, mastrglf, crgolf, crgolf_state, 0, ROT0, "Nasco", "Master's Golf", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION ) |