summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mathbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mathbox.cpp')
-rw-r--r--src/mame/machine/mathbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mathbox.cpp b/src/mame/machine/mathbox.cpp
index 1baf980268d..658881873dd 100644
--- a/src/mame/machine/mathbox.cpp
+++ b/src/mame/machine/mathbox.cpp
@@ -37,7 +37,7 @@
// mathbox_device - constructor
//-------------------------------------------------
-const device_type MATHBOX = &device_creator<mathbox_device>;
+const device_type MATHBOX = device_creator<mathbox_device>;
mathbox_device::mathbox_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, MATHBOX, "Atari MATHBOX", tag, owner, clock, "mathbox", __FILE__)