summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6270.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6270.cpp')
-rw-r--r--src/devices/video/huc6270.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6270.cpp b/src/devices/video/huc6270.cpp
index a0ee56cf8e4..bf367eaa4eb 100644
--- a/src/devices/video/huc6270.cpp
+++ b/src/devices/video/huc6270.cpp
@@ -91,7 +91,7 @@ ALLOW_SAVE_TYPE(huc6270_device::huc6270_h_state);
#define HUC6270_CR 0x01 /* Set when sprite #0 overlaps with another sprite */
-const device_type HUC6270 = &device_creator<huc6270_device>;
+const device_type HUC6270 = device_creator<huc6270_device>;
const uint8_t huc6270_device::vram_increments[4] = { 1, 32, 64, 128 };