summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc4373.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vrc4373.cpp')
-rw-r--r--src/devices/machine/vrc4373.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/vrc4373.cpp b/src/devices/machine/vrc4373.cpp
index d3ec703aaa8..e542b0223ed 100644
--- a/src/devices/machine/vrc4373.cpp
+++ b/src/devices/machine/vrc4373.cpp
@@ -7,7 +7,7 @@
#define LOG_NILE_MASTER (0)
#define LOG_NILE_TARGET (0)
-const device_type VRC4373 = &device_creator<vrc4373_device>;
+const device_type VRC4373 = device_creator<vrc4373_device>;
DEVICE_ADDRESS_MAP_START(config_map, 32, vrc4373_device)
AM_RANGE(0x40, 0x43) AM_READWRITE (pcictrl_r, pcictrl_w)