mirror of
https://github.com/holub/mame
synced 2025-06-11 15:16:09 +03:00
disabling the screen uses the border colour [smf]
This commit is contained in:
parent
8b9ef0b09e
commit
ed1d22231b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user