summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_mcga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_mcga.cpp')
-rw-r--r--src/mame/machine/interpro_mcga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_mcga.cpp b/src/mame/machine/interpro_mcga.cpp
index c35c7d13305..e049a76f5ef 100644
--- a/src/mame/machine/interpro_mcga.cpp
+++ b/src/mame/machine/interpro_mcga.cpp
@@ -25,7 +25,7 @@ DEVICE_ADDRESS_MAP_START(map, 16, interpro_mcga_device)
AM_RANGE(0x00, 0x3f) AM_READWRITE16(read, write, 0xffff)
ADDRESS_MAP_END
-const device_type INTERPRO_MCGA = &device_creator<interpro_mcga_device>;
+const device_type INTERPRO_MCGA = device_creator<interpro_mcga_device>;
interpro_mcga_device::interpro_mcga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, INTERPRO_MCGA, "InterPro MCGA", tag, owner, clock, "mcga", __FILE__)