diff options
Diffstat (limited to 'src/mame/machine/igs025.cpp')
-rw-r--r-- | src/mame/machine/igs025.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/igs025.cpp b/src/mame/machine/igs025.cpp index e7ac5803c58..e3eaa5c652c 100644 --- a/src/mame/machine/igs025.cpp +++ b/src/mame/machine/igs025.cpp @@ -16,7 +16,7 @@ #include "igs025.h" -igs025_device::igs025_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +igs025_device::igs025_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) : device_t(mconfig, IGS025, "IGS025", tag, owner, clock, "igs_025_022", __FILE__) { m_execute_external = igs025_execute_external(FUNC(igs025_device::no_callback_setup), this); |