diff options
Diffstat (limited to 'src/devices/imagedev/bitbngr.cpp')
-rw-r--r-- | src/devices/imagedev/bitbngr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/bitbngr.cpp b/src/devices/imagedev/bitbngr.cpp index 9577d9e1efd..79e4dd0df36 100644 --- a/src/devices/imagedev/bitbngr.cpp +++ b/src/devices/imagedev/bitbngr.cpp @@ -88,7 +88,7 @@ bool bitbanger_device::call_load(void) return IMAGE_INIT_PASS; } -bool bitbanger_device::call_create(int format_type, option_resolution *format_options) +bool bitbanger_device::call_create(int format_type, util::option_resolution *format_options) { /* we don't need to do anything special */ return IMAGE_INIT_PASS; |