stop deroon blowing up.

(if there's a better solution, feel free, although if we move to a correct model where the palette device owns the ram I guess this is the way it will be done?)
This commit is contained in:
David Haywood 2014-03-06 14:36:31 +00:00
parent e54de28bf9
commit 523f57b784

View File

@ -239,7 +239,7 @@ void tecmosys_state::tecmosys_do_final_mix(bitmap_rgb32 &bitmap)
if (srcptr2[x]&0x3fff)
{
penvalue2 = m_generic_paletteram_16[srcptr2[x]&0x3fff];
penvalue2 = m_palette->basemem().read(srcptr2[x] & 0x3fff);
colour2 = paldata[srcptr2[x]&0x3fff];
}
else