summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/superloderunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/superloderunner.cpp')
-rw-r--r--src/devices/bus/msx_cart/superloderunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/superloderunner.cpp b/src/devices/bus/msx_cart/superloderunner.cpp
index c738d19ebbb..64fd457377a 100644
--- a/src/devices/bus/msx_cart/superloderunner.cpp
+++ b/src/devices/bus/msx_cart/superloderunner.cpp
@@ -3,7 +3,7 @@
#include "emu.h"
#include "superloderunner.h"
-const device_type MSX_CART_SUPERLODERUNNER = &device_creator<msx_cart_superloderunner>;
+const device_type MSX_CART_SUPERLODERUNNER = device_creator<msx_cart_superloderunner>;
msx_cart_superloderunner::msx_cart_superloderunner(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)