summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/chess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/chess.cpp')
-rw-r--r--src/devices/bus/odyssey2/chess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/chess.cpp b/src/devices/bus/odyssey2/chess.cpp
index 9ddd62b7f6a..c67856fbcaa 100644
--- a/src/devices/bus/odyssey2/chess.cpp
+++ b/src/devices/bus/odyssey2/chess.cpp
@@ -19,7 +19,7 @@
// o2_chess_device - constructor
//-------------------------------------------------
-const device_type O2_ROM_CHESS = &device_creator<o2_chess_device>;
+const device_type O2_ROM_CHESS = device_creator<o2_chess_device>;
o2_chess_device::o2_chess_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)