diff options
Diffstat (limited to 'src/mame/includes/sage2.h')
-rw-r--r-- | src/mame/includes/sage2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index 713603c8371..2a80606aa20 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -29,7 +29,7 @@ class sage2_state : public driver_device { public: - sage2_state(const machine_config &mconfig, device_type type, std::string tag) + sage2_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, M68000_TAG), m_pic(*this, I8259_TAG), |