summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayv1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayv1.c')
-rw-r--r--src/mame/drivers/maygayv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygayv1.c b/src/mame/drivers/maygayv1.c
index 1b43d21ccdf..1dddf86184d 100644
--- a/src/mame/drivers/maygayv1.c
+++ b/src/mame/drivers/maygayv1.c
@@ -343,7 +343,7 @@ static SCREEN_UPDATE( maygayv1 )
// printf("Blinking\n");
/* Resolution: either 4bpp or 2bpp */
-// res = (w0 >> 9) & 3;
+// res = (w0 >> 9) & 3;
/* Expand 2bpp to 3bpp */