diff options
Diffstat (limited to 'src/emu/imagedev/bitbngr.h')
-rw-r--r-- | src/emu/imagedev/bitbngr.h | 1 |
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; } |