summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/bitbngr.c
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2013-04-15 04:08:12 +0000
committer cracyc <cracyc@users.noreply.github.com>2013-04-15 04:08:12 +0000
commit5b2dde69b9afb679457e278c5becc27e32f8813c (patch)
tree1942bd47191c5ed29d88c0184613f2051c103f0e /src/emu/imagedev/bitbngr.c
parent1aded8a1046e391e1c62fa49d92dbd94320194f6 (diff)
bitbngr: handle create (nw)
winsocket: use GetLastError (nw)
Diffstat (limited to 'src/emu/imagedev/bitbngr.c')
-rw-r--r--src/emu/imagedev/bitbngr.c7
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