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