mirror of
https://github.com/holub/mame
synced 2025-06-18 18:28:57 +03:00
removed left-over legacy_cpu_device usage from src/emu/cpu/arm7/arm7core.h (nw)
This commit is contained in:
parent
f965b3985b
commit
04f100f176
@ -183,7 +183,6 @@ struct arm_state
|
|||||||
UINT32 m_pendingSwi;
|
UINT32 m_pendingSwi;
|
||||||
int m_icount;
|
int m_icount;
|
||||||
endianness_t m_endian;
|
endianness_t m_endian;
|
||||||
legacy_cpu_device *m_device;
|
|
||||||
address_space *m_program;
|
address_space *m_program;
|
||||||
direct_read_data *m_direct;
|
direct_read_data *m_direct;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user