mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
fixed unterminated strings in powerpc debugger (nw)
This commit is contained in:
parent
56b43d370e
commit
50a9cf0de4
@ -693,6 +693,8 @@ void ppc_device::device_start()
|
||||
m_hotspot_select = 0;
|
||||
memset(m_hotspot, 0, sizeof(m_hotspot));
|
||||
|
||||
m_debugger_temp = 0;
|
||||
|
||||
m_cache_line_size = 32;
|
||||
m_cpu_clock = clock();
|
||||
m_program = &space(AS_PROGRAM);
|
||||
|
Loading…
Reference in New Issue
Block a user