From 5b2dde69b9afb679457e278c5becc27e32f8813c Mon Sep 17 00:00:00 2001 From: cracyc Date: Mon, 15 Apr 2013 04:08:12 +0000 Subject: bitbngr: handle create (nw) winsocket: use GetLastError (nw) --- src/emu/imagedev/bitbngr.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/emu/imagedev/bitbngr.c') 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 -- cgit v1.2.3-70-g09d2