summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_sga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_sga.cpp')
-rw-r--r--src/mame/machine/interpro_sga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_sga.cpp b/src/mame/machine/interpro_sga.cpp
index ee7b08905fe..37fddebd74f 100644
--- a/src/mame/machine/interpro_sga.cpp
+++ b/src/mame/machine/interpro_sga.cpp
@@ -35,7 +35,7 @@ DEVICE_ADDRESS_MAP_START(map, 32, interpro_sga_device)
AM_RANGE(0xbc, 0xbf) AM_READWRITE(ddtc1_r, ddtc1_w)
ADDRESS_MAP_END
-const device_type INTERPRO_SGA = &device_creator<interpro_sga_device>;
+const device_type INTERPRO_SGA = device_creator<interpro_sga_device>;
interpro_sga_device::interpro_sga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, INTERPRO_SGA, "InterPro SGA", tag, owner, clock, "sga", __FILE__)