mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix mac compile (nw)
This commit is contained in:
parent
29d097e704
commit
17ae3ef216
@ -36,7 +36,7 @@ const device_type I860 = &device_creator<i860_cpu_device>;
|
||||
|
||||
i860_cpu_device::i860_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: cpu_device(mconfig, I860, "i860XR", tag, owner, clock, "i860xr", __FILE__)
|
||||
, m_program_config("program", ENDIANNESS_LITTLE, 64, 32, 0), m_pc(0), m_merge(0), m_pin_bus_hold(0), m_pin_reset(0), m_exiting_readmem(0), m_exiting_ifetch(0), m_pc_updated(0), m_pending_trap(0), m_fir_gets_trap_addr(0), m_single_stepping(0), m_program(nullptr), m_ppc(0), m_icount(0)
|
||||
, m_program_config("program", ENDIANNESS_LITTLE, 64, 32, 0), m_pc(0), m_merge(0), m_pin_bus_hold(0), m_pin_reset(0), m_exiting_readmem(0), m_exiting_ifetch(0), m_pc_updated(0), m_pending_trap(0), m_fir_gets_trap_addr(0), m_single_stepping(0), m_program(nullptr), m_icount(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -200,7 +200,6 @@ private:
|
||||
* MAME-specific stuff.
|
||||
*/
|
||||
address_space *m_program;
|
||||
UINT32 m_ppc;
|
||||
int m_icount;
|
||||
// For debugger
|
||||
UINT32 m_freg[32];
|
||||
|
Loading…
Reference in New Issue
Block a user