summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapstic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapstic.cpp')
-rw-r--r--src/mame/machine/slapstic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slapstic.cpp b/src/mame/machine/slapstic.cpp
index 0361b53f4d7..38f74b9358d 100644
--- a/src/mame/machine/slapstic.cpp
+++ b/src/mame/machine/slapstic.cpp
@@ -185,7 +185,7 @@
#include "includes/slapstic.h"
-extern const device_type SLAPSTIC = &device_creator<atari_slapstic_device>;
+const device_type SLAPSTIC = device_creator<atari_slapstic_device>;
atari_slapstic_device::atari_slapstic_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SLAPSTIC, "Atari Slapstic", tag, owner, clock, "slapstic", __FILE__),