summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/subs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/subs.c')
-rw-r--r--src/mame/video/subs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/subs.c b/src/mame/video/subs.c
index 826a3f52932..16c67b2bb03 100644
--- a/src/mame/video/subs.c
+++ b/src/mame/video/subs.c
@@ -61,7 +61,7 @@ SCREEN_UPDATE( subs_left )
charcode = videoram[offs];
/* Which monitor is this for? */
-// right_enable = charcode & 0x40;
+// right_enable = charcode & 0x40;
left_enable = charcode & 0x80;
sx = 8 * (offs % 32);