From 33eb6ad41ba716099b7d6d5b959b3225e68fd0ce Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sun, 23 Jan 2011 20:19:01 +0000 Subject: [PATCH] Fix gamename typo (MT#4199) (no whatsnew) --- src/mame/drivers/bartop52.c | 6 +++--- 1 file 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 )