mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
(nw) mato: fixed crash, oops
This commit is contained in:
parent
5e4d4a444a
commit
f8accd506d
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user