summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2011-11-10 18:36:00 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2011-11-10 18:36:00 +0000
commite67817eb4f4993b4b0b06a896def18ca97ae1f96 (patch)
tree8d8d24db23a6ef698cf8b30e2a26689426709a2b
parent5f05a7243eed84f58b94da2b50d16aaea015a60a (diff)
Fixed:
04522: m5bwaves: The correct description is "Brain Waves (Barcrest) (MPU5)". 04523: m4click: The correct description is "Clickity Click (Barcrest) (MPU4)". 04524: j6rh6: The correct year is 2002.
-rw-r--r--src/mame/drivers/jpmimpct.c2
-rw-r--r--src/mame/drivers/mpu4.c2
-rw-r--r--src/mame/drivers/mpu5.c2
-rw-r--r--src/mame/mame.lst4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c
index d29019ccccf..44fc26e25ad 100644
--- a/src/mame/drivers/jpmimpct.c
+++ b/src/mame/drivers/jpmimpct.c
@@ -5636,7 +5636,7 @@ GAME( 199?, j6raclb , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Alert Club (
GAME( 199?, j6redarw , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Arrow (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
GAME( 199?, j6redarww , j6redarw , impctawp, tbirds, 0, ROT0, "Whitbread / JPM", "Red Arrow (Whitbread / Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
GAME( 199?, j6reddmn , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Demon (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
-GAME( 199?, j6rh6 , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Hot 6 (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
+GAME( 2002, j6rh6 , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Hot 6 (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
GAME( 199?, j6rhchil , 0 , impctawp, tbirds, 0, ROT0, "Ace", "Red Hot Chili Stepper (Ace) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
GAME( 199?, j6rh6cl , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Red Hot Six Club (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
GAME( 199?, j6reelmn , 0 , impctawp, tbirds, 0, ROT0, "JPM", "Reel Money (Jpm) (IMPACT)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL|GAME_NO_SOUND )
diff --git a/src/mame/drivers/mpu4.c b/src/mame/drivers/mpu4.c
index 4ced52ea27a..56b33a867d7 100644
--- a/src/mame/drivers/mpu4.c
+++ b/src/mame/drivers/mpu4.c
@@ -15319,7 +15319,7 @@ GAME(199?, m4centpta,m4centpt ,mod2 ,mpu4 ,m4default ,ROT0, "Barcrest"
GAME(199?, m4ceptr ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Ceptor (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
GAME(199?, m4chasei ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Chase Invaders (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
GAME(199?, m4cheryo ,0 ,mod2 ,mpu4 ,m4default ,ROT0, "Barcrest","Cherryo (Barcrest) [DCH, Dutch] (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
-GAME(199?, m4click ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Clickety Click (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
+GAME(199?, m4click ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Clickity Click (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
GAME(199?, m4c999 ,0 ,mod2 ,mpu4 ,m4default ,ROT0, "Barcrest","Cloud 999 (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
GAME(199?, m4c9 ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Cloud Nine (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
GAME(199?, m4c9c ,0 ,mod4oki ,mpu4 ,m4default ,ROT0, "Barcrest","Cloud Nine Club (Barcrest) (MPU4)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK )
diff --git a/src/mame/drivers/mpu5.c b/src/mame/drivers/mpu5.c
index ca9cec2ec82..e71e2d30756 100644
--- a/src/mame/drivers/mpu5.c
+++ b/src/mame/drivers/mpu5.c
@@ -5673,7 +5673,7 @@ GAME( 199?, m5bbrocl ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Big Brother Club (Ba
GAME( 199?, m5bigchs ,0, mpu5, mpu5, 0, ROT0, "Barcrest","The Big Cheese (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 199?, m5biggam ,0, mpu5, mpu5, 0, ROT0, "Barcrest","The Big Game (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 199?, m5blkwht ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Black & White (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
-GAME( 199?, m5bwaves ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Brainwaves (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
+GAME( 199?, m5bwaves ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Brain Waves (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 199?, m5blind ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Bling King Crazy (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 199?, m5cbw ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Ca$h Bang Wallop (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 199?, m5cpcash ,0, mpu5, mpu5, 0, ROT0, "Barcrest","Captain Cash (Barcrest) (MPU5)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 07caf9ff93b..1c6f8ac11f6 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -17271,7 +17271,7 @@ m4centpta // Centrepoint (Barcrest)
m4ceptr // Ceptor (Barcrest)
m4chasei // Chase Invaders (Barcrest)
m4cheryo // Cherryo (Barcrest)
-m4click // Clickety Click (Barcrest)
+m4click // Clickity Click (Barcrest)
m4c999 // Cloud 999 (Barcrest)
m4c9 // Cloud Nine (Barcrest)
m4c9c // Cloud Nine Club (Barcrest)
@@ -18078,7 +18078,7 @@ m5bbrocl // Big Brother Club (Barcrest)
m5bigchs // The Big Cheese (Barcrest)
m5biggam // The Big Game (Barcrest)
m5blkwht // Black & White (Barcrest)
-m5bwaves // Brainwaves (Barcrest)
+m5bwaves // Brain Waves (Barcrest)
m5blind // Bling King Crazy (Barcrest)
m5cbw // Ca$h Bang Wallop (Barcrest)
m5cpcash // Captain Cash (Barcrest)