summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816.cpp')
-rw-r--r--src/devices/cpu/g65816/g65816.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/g65816/g65816.cpp b/src/devices/cpu/g65816/g65816.cpp
index 9f2689b93f9..7e0548e7c0d 100644
--- a/src/devices/cpu/g65816/g65816.cpp
+++ b/src/devices/cpu/g65816/g65816.cpp
@@ -93,8 +93,8 @@ TODO general:
#include "g65816.h"
-const device_type G65816 = &device_creator<g65816_device>;
-const device_type _5A22 = &device_creator<_5a22_device>;
+const device_type G65816 = device_creator<g65816_device>;
+const device_type _5A22 = device_creator<_5a22_device>;
g65816_device::g65816_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)