summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/korean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/korean.cpp')
-rw-r--r--src/devices/bus/msx_cart/korean.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/msx_cart/korean.cpp b/src/devices/bus/msx_cart/korean.cpp
index 7f97f4bb49f..8ea5b5cfac3 100644
--- a/src/devices/bus/msx_cart/korean.cpp
+++ b/src/devices/bus/msx_cart/korean.cpp
@@ -3,9 +3,9 @@
#include "emu.h"
#include "korean.h"
-const device_type MSX_CART_KOREAN_80IN1 = &device_creator<msx_cart_korean_80in1>;
-const device_type MSX_CART_KOREAN_90IN1 = &device_creator<msx_cart_korean_90in1>;
-const device_type MSX_CART_KOREAN_126IN1 = &device_creator<msx_cart_korean_126in1>;
+const device_type MSX_CART_KOREAN_80IN1 = device_creator<msx_cart_korean_80in1>;
+const device_type MSX_CART_KOREAN_90IN1 = device_creator<msx_cart_korean_90in1>;
+const device_type MSX_CART_KOREAN_126IN1 = device_creator<msx_cart_korean_126in1>;
msx_cart_korean_80in1::msx_cart_korean_80in1(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)