summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/chess.h')
-rw-r--r--src/devices/bus/odyssey2/chess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/chess.h b/src/devices/bus/odyssey2/chess.h
index f02c58df866..4cfefa10347 100644
--- a/src/devices/bus/odyssey2/chess.h
+++ b/src/devices/bus/odyssey2/chess.h
@@ -17,7 +17,7 @@ class o2_chess_device : public o2_rom_device
public:
// construction/destruction
- o2_chess_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ o2_chess_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
private:
required_device<nsc800_device> m_cpu;