summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315-5881_crypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315-5881_crypt.cpp')
-rw-r--r--src/mame/machine/315-5881_crypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315-5881_crypt.cpp b/src/mame/machine/315-5881_crypt.cpp
index a3da4752d76..124f430c4e1 100644
--- a/src/mame/machine/315-5881_crypt.cpp
+++ b/src/mame/machine/315-5881_crypt.cpp
@@ -17,7 +17,7 @@
#include "emu.h"
#include "machine/315-5881_crypt.h"
-extern const device_type SEGA315_5881_CRYPT = &device_creator<sega_315_5881_crypt_device>;
+const device_type SEGA315_5881_CRYPT = device_creator<sega_315_5881_crypt_device>;
sega_315_5881_crypt_device::sega_315_5881_crypt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)