mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
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:
parent
e54de28bf9
commit
523f57b784
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user