diff options
author | 2014-04-13 09:42:30 +0000 | |
---|---|---|
committer | 2014-04-13 09:42:30 +0000 | |
commit | 14c95d67af7d2a174a190a4718e95f9a270a7a40 (patch) | |
tree | 356e338200f45d6766231038735679394e916e3f /src/emu/machine/f3853.c | |
parent | 2899527ed41f36be30a809550d4120a1ce113fea (diff) |
missed this. nw.
Diffstat (limited to 'src/emu/machine/f3853.c')
-rw-r--r-- | src/emu/machine/f3853.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/f3853.c b/src/emu/machine/f3853.c index b2e2b292fe0..edb82880ae1 100644 --- a/src/emu/machine/f3853.c +++ b/src/emu/machine/f3853.c @@ -73,6 +73,8 @@ void f3853_device::device_start() } } + m_interrupt_req_cb.bind_relative_to(*owner()); + m_timer = machine().scheduler().timer_alloc(FUNC(f3853_timer_callback), (void *)this ); save_item(NAME(m_high) ); |