leland: fix alleymas missing gfx regression (nw)

This commit is contained in:
hap 2019-04-06 23:09:23 +02:00
parent e57e16cb53
commit 1a0c2fff6e

View File

@ -330,8 +330,7 @@ void leland_state::machine_reset()
m_master_int_timer->adjust(m_screen->time_until_pos(8), 8);
/* reset globals */
m_gfx_control = 0x00;
sound_port_w(0xff);
sound_port_w(0);
m_wcol_enable = 0;
m_dangerz_x = 512;