disabling the screen uses the border colour [smf]

This commit is contained in:
smf- 2017-03-21 19:33:09 +00:00
parent 8b9ef0b09e
commit ed1d22231b

View File

@ -627,7 +627,7 @@ void mos7360_device::drawlines(int first, int last)
{ {
for (int x = 0; x < m_bitmap.width(); x++) 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; return;