summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd61830.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd61830.h')
-rw-r--r--src/devices/video/hd61830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61830.h b/src/devices/video/hd61830.h
index 56747935587..052335c5e6d 100644
--- a/src/devices/video/hd61830.h
+++ b/src/devices/video/hd61830.h
@@ -108,6 +108,6 @@ private:
// device type definition
DECLARE_DEVICE_TYPE(HD61830, hd61830_device)
-DECLARE_DEVICE_TYPE(HD61830B, hd61830_device)
+static auto &HD61830B = HD61830;
#endif // MAME_VIDEO_HD61830_H