summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fd1094.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fd1094.h')
-rw-r--r--src/mame/machine/fd1094.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/fd1094.h b/src/mame/machine/fd1094.h
index 92d6f2b2730..737f3b81e1c 100644
--- a/src/mame/machine/fd1094.h
+++ b/src/mame/machine/fd1094.h
@@ -69,7 +69,7 @@ public:
typedef delegate<void (UINT8)> state_change_delegate;
// construction/destruction
- fd1094_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ fd1094_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// explicit decryption helpers
void decrypt(offs_t baseaddr, UINT32 size, offs_t regionoffs, UINT16 *opcodesptr, UINT8 state) { decrypt(baseaddr, size, m_srcbase + regionoffs/2, opcodesptr, state); }