summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2011-01-23 20:19:01 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2011-01-23 20:19:01 +0000
commit33eb6ad41ba716099b7d6d5b959b3225e68fd0ce (patch)
tree27a9ae006eb018fbc4725a4ee730014a3ffbd79b
parent9c0b74515b19625322d5363ad420e715563cab53 (diff)
Fix gamename typo (MT#4199) (no whatsnew)
-rw-r--r--src/mame/drivers/bartop52.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/bartop52.c b/src/mame/drivers/bartop52.c
index b6677795ca5..6ba4b51c676 100644
--- a/src/mame/drivers/bartop52.c
+++ b/src/mame/drivers/bartop52.c
@@ -5,10 +5,10 @@
Based on Atari 400/800 MESS Driver by Juergen Buchmueller
Hardware was based on Atari 5200 game console with additional coin and timer hardware.
- System was intented to run in barroms and taverns. Software was based on Atari 5200
+ System was intented to run in barrooms and taverns. Software was based on Atari 5200
Realsports cartridges.
- Barrom Baseball is modified version of Realsports Baseball.
+ Barroom Baseball is modified version of Realsports Baseball.
Coins and timer were handled by Bartop system bios. Since bios dump is not available,
regular Atari 5200 bios is used and game is marked as not working. Game cart is also
@@ -142,4 +142,4 @@ ROM_START(barbball)
ROM_LOAD( "5200.rom", 0xf800, 0x0800, BAD_DUMP CRC(4248d3e3) SHA1(6ad7a1e8c9fad486fbec9498cb48bf5bc3adc530) )
ROM_END
-GAME( 1983, barbball, 0, a5200, bartop52, 0, ROT0, "Atari", "Barrom Baseball (prototype)", GAME_NOT_WORKING )
+GAME( 1983, barbball, 0, a5200, bartop52, 0, ROT0, "Atari", "Barroom Baseball (prototype)", GAME_NOT_WORKING )