novag_diablo: fix lockup problem at fresh start

(cherry picked from commit 5a9ea65c0e)
This commit is contained in:
hap 2021-10-24 11:23:24 +02:00
parent 769413bc0e
commit 328b103fbc

View File

@ -283,7 +283,7 @@ void diablo_state::diablo68k(machine_config &config)
irq_clock.set_pulse_width(attotime::from_nsec(1380)); // active for 1.38us
irq_clock.signal_handler().set_inputline(m_maincpu, M68K_IRQ_IPL1);
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
SENSORBOARD(config, m_board).set_type(sensorboard_device::MAGNETS);
m_board->init_cb().set(m_board, FUNC(sensorboard_device::preset_chess));