summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2010-04-21 20:27:27 +0000
committer Brian Troha <briantro@users.noreply.github.com>2010-04-21 20:27:27 +0000
commitcd64460aac7712e80daa971bf8476c92672df989 (patch)
tree4757d49a0b09f610f6a48bc69af10947d2d77b43
parentee4f1afeec6b6ece2a5c4e931cc4fb6991407b2b (diff)
Fix copyright year and game manufacturer for Happy Tour based on title screen from a Yahoo Japan auction.mame0137u3
-rw-r--r--src/mame/drivers/ghosteo.c2
-rw-r--r--src/mame/mamedriv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ghosteo.c b/src/mame/drivers/ghosteo.c
index 8ae2672541b..41ce080d7e1 100644
--- a/src/mame/drivers/ghosteo.c
+++ b/src/mame/drivers/ghosteo.c
@@ -615,4 +615,4 @@ static DRIVER_INIT( bballoon )
}
GAME( 2003, bballoon, 0, bballoon, bballoon, bballoon, ROT0, "Eolith", "Balloon & Balloon", GAME_NO_SOUND | GAME_NOT_WORKING )
-GAME( 200?, hapytour, 0, bballoon, bballoon, 0, ROT0, "Game Load", "Happy Tour", GAME_NO_SOUND | GAME_NOT_WORKING ) /* Likely will need simular flash ECC check patches */
+GAME( 2005, hapytour, 0, bballoon, bballoon, 0, ROT0, "GAV Company", "Happy Tour", GAME_NO_SOUND | GAME_NOT_WORKING ) /* Likely will need simular flash ECC check patches */
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index 8c3d839c9db..ec4eee1d038 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -8973,7 +8973,7 @@ Other Sun games
DRIVER( hidctch3 ) /* (c) 2000 Eolith */
DRIVER( crazywar ) /* (c) 2002 Eolith */
DRIVER( bballoon ) /* (c) 2003 Eolith */
- DRIVER( hapytour ) /* (c) 200? Game Load (on Eolith's Ghost hardware) */
+ DRIVER( hapytour ) /* (c) 2005 GAV Company (on Eolith's Ghost hardware) */
DRIVER( xfiles ) /* (c) 1999 dgPIX Entertainment Inc */
DRIVER( kdynastg ) /* (c) 1999 EZ Graphics */
DRIVER( fmaniac3 ) /* (c) 2002 Saero Entertainment */