mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
quickpick5: correct waijockey tilemap Y alignment (green strip at upper fence matches with arcade cab video recording)
This commit is contained in:
parent
f399d04ef1
commit
78b54efeec
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ void waijockey_state::machine_reset()
|
|||
{
|
||||
m_bank->set_entry(0);
|
||||
m_vram_view.select(0);
|
||||
m_ttl_tilemap->set_scrolly(15);
|
||||
m_ttl_tilemap->set_scrolly(16);
|
||||
|
||||
m_control = 0;
|
||||
m_ccu_int_time = 0;
|
||||
|
|
Loading…
Reference in a new issue