diff --git a/src/mame/drivers/cgang.cpp b/src/mame/drivers/cgang.cpp index 0505770072a..68ef048069f 100644 --- a/src/mame/drivers/cgang.cpp +++ b/src/mame/drivers/cgang.cpp @@ -551,8 +551,7 @@ WRITE8_MEMBER(cgang_state::spot_w) // d0-d2: ufo boss spotlights // d3-d7: cosmo spotlights // it strobes them for dimming - for (int i = 0; i < 8; i++) - m_spot->matrix(1, data); + m_spot->matrix(1, data); } WRITE8_MEMBER(cgang_state::ppi5_a_w) diff --git a/src/mame/layout/cgang.lay b/src/mame/layout/cgang.lay index cd13a2ea9d4..8ac1daba607 100644 --- a/src/mame/layout/cgang.lay +++ b/src/mame/layout/cgang.lay @@ -136,11 +136,11 @@ - - - - - + + + + + @@ -485,6 +485,14 @@ + + + + + + + +