summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2018-08-16 09:41:23 +0200
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2018-08-16 09:41:30 +0200
commit5ba993152ac02c303444c47fbeb0668b5940be8d (patch)
treee3815337368eadab75f92b9df4b8d0d1065831d7 /src/devices/imagedev
parenta72be15a3039d6c0499812322ea9c75a715c65e1 (diff)
-bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd1095: Removed MCFG, nw
Diffstat (limited to 'src/devices/imagedev')
-rw-r--r--src/devices/imagedev/snapquik.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/snapquik.h b/src/devices/imagedev/snapquik.h
index 921f0b2d4c3..55eb7b703d6 100644
--- a/src/devices/imagedev/snapquik.h
+++ b/src/devices/imagedev/snapquik.h
@@ -82,7 +82,7 @@ DECLARE_DEVICE_TYPE(QUICKLOAD, quickload_image_device)
#define SNAPSHOT_LOAD_MEMBER(_class,_name) image_init_result SNAPSHOT_LOAD_NAME(_class,_name)(device_image_interface &image, const char *file_type, int snapshot_size)
#define SNAPSHOT_LOAD_DELEGATE(_class,_name) snapquick_load_delegate(&SNAPSHOT_LOAD_NAME(_class,_name), downcast<_class *>(device->owner()))
-#define QUICKLOAD_LOAD_MEMBER_NAME(_name) quickload_load##_name
+#define QUICKLOAD_LOAD_MEMBER_NAME(_name) quickload_load_##_name
#define QUICKLOAD_LOAD_NAME(_class,_name) _class::QUICKLOAD_LOAD_MEMBER_NAME(_name)
#define DECLARE_QUICKLOAD_LOAD_MEMBER(_name) image_init_result QUICKLOAD_LOAD_MEMBER_NAME(_name)(device_image_interface &image, const char *file_type, int quickload_size)
#define QUICKLOAD_LOAD_MEMBER(_class,_name) image_init_result QUICKLOAD_LOAD_NAME(_class,_name)(device_image_interface &image, const char *file_type, int quickload_size)