diff options
| author | 2013-07-23 07:18:56 +0000 | |
|---|---|---|
| committer | 2013-07-23 07:18:56 +0000 | |
| commit | 14629cbcb42fb824f71120ca93fcb7d53a360390 (patch) | |
| tree | 4d8b9459d6e98a677927c934c5322c328819de3a /src/emu/machine/tmp68301.c | |
| parent | d3f32a1ba70fe3edf112059b6319fbfe218fe8d6 (diff) | |
Cleanups and version bumpmame0149u1
Diffstat (limited to 'src/emu/machine/tmp68301.c')
| -rw-r--r-- | src/emu/machine/tmp68301.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/tmp68301.c b/src/emu/machine/tmp68301.c index 5aa882318cd..53443da9a0e 100644 --- a/src/emu/machine/tmp68301.c +++ b/src/emu/machine/tmp68301.c @@ -14,7 +14,7 @@ const device_type TMP68301 = &device_creator<tmp68301_device>; tmp68301_device::tmp68301_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, TMP68301, "TMP68301", tag, owner, clock, "tmp68301", __FILE__) + : device_t(mconfig, TMP68301, "TMP68301", tag, owner, clock, "tmp68301", __FILE__) { } @@ -50,7 +50,7 @@ void tmp68301_device::device_reset() for (i = 0; i < 3; i++) m_IE[i] = 0; - machine().firstcpu->set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(tmp68301_device::irq_callback),this)); + machine().firstcpu->set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(tmp68301_device::irq_callback),this)); } |
