From 1316e77bd543f8df48e2158609a71e8f675b612e Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 18 Aug 2016 22:48:48 +0100 Subject: [PATCH] outdated comment (nw) --- src/mame/drivers/maygay1b.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/drivers/maygay1b.cpp b/src/mame/drivers/maygay1b.cpp index 28ebbedeb92..5ff610f3b32 100644 --- a/src/mame/drivers/maygay1b.cpp +++ b/src/mame/drivers/maygay1b.cpp @@ -645,8 +645,6 @@ WRITE8_MEMBER( maygay1b_state::scanlines_2_w ) WRITE8_MEMBER( maygay1b_state::lamp_data_2_w ) { - // TODO: THIS FUNCTION IS NEVER CALLED! So we are missing the second half of the lamp matrix - //The two A/B ports are merged back into one, to make one row of 8 lamps. if (m_old_lamp_strobe2 != m_lamp_strobe2)