mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03: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
@ -599,7 +599,7 @@ void waijockey_state::machine_reset()
|
|||||||
{
|
{
|
||||||
m_bank->set_entry(0);
|
m_bank->set_entry(0);
|
||||||
m_vram_view.select(0);
|
m_vram_view.select(0);
|
||||||
m_ttl_tilemap->set_scrolly(15);
|
m_ttl_tilemap->set_scrolly(16);
|
||||||
|
|
||||||
m_control = 0;
|
m_control = 0;
|
||||||
m_ccu_int_time = 0;
|
m_ccu_int_time = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user