summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/goldstar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/goldstar.c')
-rw-r--r--src/mame/video/goldstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/goldstar.c b/src/mame/video/goldstar.c
index f8a68dcd223..f683a4e1015 100644
--- a/src/mame/video/goldstar.c
+++ b/src/mame/video/goldstar.c
@@ -173,7 +173,7 @@ static const rectangle visible1 = { 0*8, (14+48)*8-1, 4*8, (4+7)*8-1 };
static const rectangle visible2 = { 0*8, (14+48)*8-1, 12*8, (12+7)*8-1 };
static const rectangle visible3 = { 0*8, (14+48)*8-1, 20*8, (20+7)*8-1 };
-static const rectangle cm91_visible1 = { 0*8, (14+48)*8-1, 4*8, (4+7)*8-1 }; /* same start for reel1 */
+static const rectangle cm91_visible1 = { 0*8, (14+48)*8-1, 4*8, (4+7)*8-1 }; /* same start for reel1 */
static const rectangle cm91_visible2 = { 0*8, (14+48)*8-1, 11*8, (12+7)*8-1 }; /* 4 pixels less for reel2 */
static const rectangle cm91_visible3 = { 0*8, (14+48)*8-1, 19*8, (19+7)*8-1 }; /* 8 pixels less for reel3 */