summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk004.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk004.h')
-rw-r--r--src/mame/machine/nmk004.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nmk004.h b/src/mame/machine/nmk004.h
index 3ffec45cfc3..e10866db2fd 100644
--- a/src/mame/machine/nmk004.h
+++ b/src/mame/machine/nmk004.h
@@ -21,7 +21,7 @@
class nmk004_device : public device_t
{
public:
- nmk004_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ nmk004_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
WRITE8_MEMBER( write );
READ8_MEMBER( read );