diff options
Diffstat (limited to 'src/emu/imagedev/bitbngr.c')
-rw-r--r-- | src/emu/imagedev/bitbngr.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emu/imagedev/bitbngr.c b/src/emu/imagedev/bitbngr.c index ae68bf0a482..e0cb96dbe52 100644 --- a/src/emu/imagedev/bitbngr.c +++ b/src/emu/imagedev/bitbngr.c @@ -487,7 +487,14 @@ bool bitbanger_device::call_load(void) return IMAGE_INIT_PASS; } +bool bitbanger_device::call_create(int format_type, option_resolution *format_options) +{ + m_input_timer->enable(true); + m_input_timer->adjust(attotime::zero, 0, attotime::from_seconds(1)); + /* we don't need to do anything special */ + return IMAGE_INIT_PASS; +} /*------------------------------------------------- call_unload |