summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/madalien.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/madalien.c')
-rw-r--r--src/mame/video/madalien.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/madalien.c b/src/mame/video/madalien.c
index 32fbf4a96e5..ab91718edd3 100644
--- a/src/mame/video/madalien.c
+++ b/src/mame/video/madalien.c
@@ -278,10 +278,10 @@ static VIDEO_UPDATE( madalien )
draw_foreground(screen->machine, bitmap, cliprect, flip);
/* highlight section A (outside of tunnels).
- * also, bit 1 of the madalien_video_flags register (6A) is
- * combined with the headlight signal through NOR gate 1A,
- * which is used to light up the tunnel when an alien explodes
- */
+ * also, bit 1 of the madalien_video_flags register (6A) is
+ * combined with the headlight signal through NOR gate 1A,
+ * which is used to light up the tunnel when an alien explodes
+ */
if (scroll_mode != 1 || *madalien_video_flags & 2)
{
int x;