removed some unused device_irq_acknowledge_callback occurrances (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-21 10:40:01 +00:00
parent 6a25d3d860
commit b4117331a6
6 changed files with 0 additions and 6 deletions

View File

@ -115,7 +115,6 @@ protected:
UINT32 m_pendingSwi;
int m_icount;
endianness_t m_endian;
device_irq_acknowledge_callback m_irq_callback;
address_space *m_program;
direct_read_data *m_direct;

View File

@ -183,7 +183,6 @@ struct arm_state
UINT32 m_pendingSwi;
int m_icount;
endianness_t m_endian;
device_irq_acknowledge_callback m_irq_callback;
legacy_cpu_device *m_device;
address_space *m_program;
direct_read_data *m_direct;

View File

@ -287,7 +287,6 @@ int hcd62121_cpu_device::check_cond( UINT8 op )
void hcd62121_cpu_device::device_start()
{
// m_irq_callback = irqcallback;
m_program = &space(AS_PROGRAM);
m_io = &space(AS_IO);

View File

@ -291,7 +291,6 @@ tms3203x_device::tms3203x_device(const machine_config &mconfig, device_type type
m_irq_pending(false),
m_is_idling(false),
m_icount(0),
m_irq_callback(0),
m_program(0),
m_direct(0)
{

View File

@ -804,7 +804,6 @@ protected:
int m_icount;
UINT32 m_iotemp;
device_irq_acknowledge_callback m_irq_callback;
address_space * m_program;
direct_read_data * m_direct;
UINT32 * m_bootrom;

View File

@ -141,7 +141,6 @@ struct tms32051_state
INT32 treg2;
} shadow;
device_irq_acknowledge_callback irq_callback;
legacy_cpu_device *device;
address_space *program;
direct_read_data *direct;