summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kaneko_toybox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaneko_toybox.cpp')
-rw-r--r--src/mame/machine/kaneko_toybox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kaneko_toybox.cpp b/src/mame/machine/kaneko_toybox.cpp
index 82e893b008a..3a1868e4e9a 100644
--- a/src/mame/machine/kaneko_toybox.cpp
+++ b/src/mame/machine/kaneko_toybox.cpp
@@ -51,7 +51,7 @@ mcu_subcmd = kaneko16_mcu_ram[0x0014/2]; // sub-command parameter, happens o
#include "kaneko_toybox.h"
#include "machine/eepromser.h"
-const device_type KANEKO_TOYBOX = &device_creator<kaneko_toybox_device>;
+const device_type KANEKO_TOYBOX = device_creator<kaneko_toybox_device>;
kaneko_toybox_device::kaneko_toybox_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, KANEKO_TOYBOX, "Kaneko Toybox MCU", tag, owner, clock, "kaneko_toybox", __FILE__),