diff options
author | 2014-04-23 08:54:06 +0000 | |
---|---|---|
committer | 2014-04-23 08:54:06 +0000 | |
commit | 9e850669351d0c071814dcbbdc243710e83c489c (patch) | |
tree | 9db4aef83ea6c24cd655e640d424e73785a9d5fe /src/mess/machine/genpc.c | |
parent | 45fe0097ae0e29c6db8a61c9ba1f6a163520fded (diff) |
Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
Diffstat (limited to 'src/mess/machine/genpc.c')
-rw-r--r-- | src/mess/machine/genpc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/machine/genpc.c b/src/mess/machine/genpc.c index a050479450b..cfc50f8fa64 100644 --- a/src/mess/machine/genpc.c +++ b/src/mess/machine/genpc.c @@ -586,8 +586,6 @@ IRQ_CALLBACK_MEMBER(ibm5160_mb_device::pc_irq_callback) void ibm5160_mb_device::device_reset() { - m_maincpu->set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(ibm5160_mb_device::pc_irq_callback),this)); - m_u73_q2 = 0; m_out1 = 2; // initial state of pit output is undefined m_pc_spkrdata = 0; |