summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/bitbngr.h
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.h
parent1aded8a1046e391e1c62fa49d92dbd94320194f6 (diff)
bitbngr: handle create (nw)
winsocket: use GetLastError (nw)
Diffstat (limited to 'src/emu/imagedev/bitbngr.h')
-rw-r--r--src/emu/imagedev/bitbngr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/imagedev/bitbngr.h b/src/emu/imagedev/bitbngr.h
index 301481f4390..715a45417d7 100644
--- a/src/emu/imagedev/bitbngr.h
+++ b/src/emu/imagedev/bitbngr.h
@@ -93,6 +93,7 @@ public:
// image-level overrides
virtual bool call_load();
virtual void call_unload();
+ virtual bool call_create(int format_type, option_resolution *format_options);
// image device
virtual iodevice_t image_type() const { return IO_PRINTER; }