vegas: Changed serial number for nbagold, fixes hang starting blitz 2000. (nw)

This commit is contained in:
Ted Green 2019-04-06 19:44:05 -06:00
parent 71cf2a5e8a
commit 6c27623726

View File

@ -2005,7 +2005,7 @@ void vegas_state::nbagold(machine_config &config)
MIDWAY_IOASIC(config, m_ioasic, 0);
m_ioasic->set_shuffle(MIDWAY_IOASIC_GAUNTDL);
m_ioasic->set_upper(494 /* 494 109 ??? */);
m_ioasic->set_upper(109 /* 494 109 ??? */);
m_ioasic->set_yearoffs(80);
m_ioasic->irq_handler().set(FUNC(vegas_state::ioasic_irq));
//m_ioasic->set_auto_ack(1)