mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
k001604: Found ROZ layer enable. (nw)
This commit is contained in:
parent
ca730bac24
commit
c24065c42a
@ -10303,6 +10303,9 @@ void k001604_draw_back_layer( device_t *device, bitmap_rgb32 &bitmap, const rect
|
||||
|
||||
num_layers = k001604->layer_size ? 2 : 1;
|
||||
|
||||
if ((k001604->reg[0x60 / 4] & 0x40000000) == 0)
|
||||
return;
|
||||
|
||||
for (layer = 0; layer < num_layers; layer++)
|
||||
{
|
||||
int reg = 0x08;
|
||||
|
Loading…
Reference in New Issue
Block a user