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