quickpick5: correct waijockey tilemap Y alignment (green strip at upper fence matches with arcade cab video recording)

This commit is contained in:
hap 2024-10-31 13:17:54 +01:00
parent f399d04ef1
commit 78b54efeec

View file

@ -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;