mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
z8: fix emumem regression (nw)
This commit is contained in:
parent
05ff77a369
commit
b672efffc9
@ -1221,7 +1221,7 @@ void z8_device::device_start()
|
||||
/* find address spaces */
|
||||
space(AS_PROGRAM).cache(m_cache);
|
||||
space(AS_PROGRAM).specific(m_program);
|
||||
space(AS_DATA).specific(m_data);
|
||||
space(has_space(AS_DATA) ? AS_DATA : AS_PROGRAM).specific(m_data);
|
||||
space(AS_IO).specific(m_regs);
|
||||
|
||||
/* allocate timers */
|
||||
|
Loading…
Reference in New Issue
Block a user