(nw) mato: fixed crash, oops

This commit is contained in:
Robbbert 2019-07-10 03:36:24 +10:00
parent 5e4d4a444a
commit f8accd506d

View File

@ -827,5 +827,6 @@ void pmd85_state::machine_reset()
m_startup_mem_map = 1; m_startup_mem_map = 1;
(this->*update_memory)(); (this->*update_memory)();
m_uart->write_cts(0); if (m_uart)
m_uart->write_cts(0);
} }