mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
ygv608.cpp: R#13 is transparent color (?)
This commit is contained in:
parent
d301a89fb2
commit
18039d32ed
@ -1103,7 +1103,7 @@ uint32_t ygv608_device::update_screen(screen_device &screen, bitmap_ind16 &bitma
|
||||
m_tilemap_A = m_tilemap_A_cache_16[index];
|
||||
m_tilemap_A->mark_all_dirty();
|
||||
|
||||
m_tilemap_A->set_transparent_pen(0);
|
||||
m_tilemap_A->set_transparent_pen(m_border_color);
|
||||
|
||||
if (m_h_div_size == 0) {
|
||||
m_tilemap_A->set_scroll_cols(m_page_x);
|
||||
|
Loading…
Reference in New Issue
Block a user