mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Fix unsp typo (nw)
This commit is contained in:
parent
b672efffc9
commit
4bd6f63ce1
@ -287,8 +287,8 @@ private:
|
||||
|
||||
|
||||
address_space_config m_program_config;
|
||||
memory_access<23, 2, -1, ENDIANNESS_BIG>::cache m_cache;
|
||||
memory_access<23, 2, -1, ENDIANNESS_BIG>::specific m_program;
|
||||
memory_access<23, 1, -1, ENDIANNESS_BIG>::cache m_cache;
|
||||
memory_access<23, 1, -1, ENDIANNESS_BIG>::specific m_program;
|
||||
|
||||
uint32_t m_debugger_temp;
|
||||
#if UNSP_LOG_OPCODES || UNSP_LOG_REGS
|
||||
|
Loading…
Reference in New Issue
Block a user