mirror of
https://github.com/holub/mame
synced 2025-05-11 00:28:49 +03:00
removed some unused device_irq_acknowledge_callback occurrances (nw)
This commit is contained in:
parent
6a25d3d860
commit
b4117331a6
@ -115,7 +115,6 @@ protected:
|
|||||||
UINT32 m_pendingSwi;
|
UINT32 m_pendingSwi;
|
||||||
int m_icount;
|
int m_icount;
|
||||||
endianness_t m_endian;
|
endianness_t m_endian;
|
||||||
device_irq_acknowledge_callback m_irq_callback;
|
|
||||||
address_space *m_program;
|
address_space *m_program;
|
||||||
direct_read_data *m_direct;
|
direct_read_data *m_direct;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
device_irq_acknowledge_callback m_irq_callback;
|
|
||||||
legacy_cpu_device *m_device;
|
legacy_cpu_device *m_device;
|
||||||
address_space *m_program;
|
address_space *m_program;
|
||||||
direct_read_data *m_direct;
|
direct_read_data *m_direct;
|
||||||
|
@ -287,7 +287,6 @@ int hcd62121_cpu_device::check_cond( UINT8 op )
|
|||||||
|
|
||||||
void hcd62121_cpu_device::device_start()
|
void hcd62121_cpu_device::device_start()
|
||||||
{
|
{
|
||||||
// m_irq_callback = irqcallback;
|
|
||||||
m_program = &space(AS_PROGRAM);
|
m_program = &space(AS_PROGRAM);
|
||||||
m_io = &space(AS_IO);
|
m_io = &space(AS_IO);
|
||||||
|
|
||||||
|
@ -291,7 +291,6 @@ tms3203x_device::tms3203x_device(const machine_config &mconfig, device_type type
|
|||||||
m_irq_pending(false),
|
m_irq_pending(false),
|
||||||
m_is_idling(false),
|
m_is_idling(false),
|
||||||
m_icount(0),
|
m_icount(0),
|
||||||
m_irq_callback(0),
|
|
||||||
m_program(0),
|
m_program(0),
|
||||||
m_direct(0)
|
m_direct(0)
|
||||||
{
|
{
|
||||||
|
@ -804,7 +804,6 @@ protected:
|
|||||||
int m_icount;
|
int m_icount;
|
||||||
|
|
||||||
UINT32 m_iotemp;
|
UINT32 m_iotemp;
|
||||||
device_irq_acknowledge_callback m_irq_callback;
|
|
||||||
address_space * m_program;
|
address_space * m_program;
|
||||||
direct_read_data * m_direct;
|
direct_read_data * m_direct;
|
||||||
UINT32 * m_bootrom;
|
UINT32 * m_bootrom;
|
||||||
|
@ -141,7 +141,6 @@ struct tms32051_state
|
|||||||
INT32 treg2;
|
INT32 treg2;
|
||||||
} shadow;
|
} shadow;
|
||||||
|
|
||||||
device_irq_acknowledge_callback irq_callback;
|
|
||||||
legacy_cpu_device *device;
|
legacy_cpu_device *device;
|
||||||
address_space *program;
|
address_space *program;
|
||||||
direct_read_data *direct;
|
direct_read_data *direct;
|
||||||
|
Loading…
Reference in New Issue
Block a user