mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
sprite layer disable bit
This commit is contained in:
parent
82a99c4452
commit
cb19ef2aef
@ -799,6 +799,9 @@ void raiden2_state::draw_sprites(const rectangle &cliprect)
|
||||
UINT16 *source = sprites + sprites_cur_start/2;
|
||||
sprite_buffer.fill(0xf, cliprect);
|
||||
|
||||
if (raiden2_tilemap_enable & 0x10)
|
||||
return;
|
||||
|
||||
gfx_element *gfx = m_gfxdecode->gfx(2);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user