From ed1d22231ba769cfda8dde16ace2aefd291964df Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 21 Mar 2017 19:33:09 +0000 Subject: disabling the screen uses the border colour [smf] --- src/devices/sound/mos7360.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/mos7360.cpp b/src/devices/sound/mos7360.cpp index 6d178e77753..b1ccf2264c5 100644 --- a/src/devices/sound/mos7360.cpp +++ b/src/devices/sound/mos7360.cpp @@ -627,7 +627,7 @@ void mos7360_device::drawlines(int first, int last) { for (int x = 0; x < m_bitmap.width(); x++) { - m_bitmap.pix32(line, x) = PALETTE_MOS[0]; + m_bitmap.pix32(line, x) = PALETTE_MOS[FRAMECOLOR]; } } return; -- cgit v1.2.3