summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldvp931.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldvp931.h')
-rw-r--r--src/devices/machine/ldvp931.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ldvp931.h b/src/devices/machine/ldvp931.h
index 8acd7ebf6bd..fc662f475a6 100644
--- a/src/devices/machine/ldvp931.h
+++ b/src/devices/machine/ldvp931.h
@@ -48,7 +48,7 @@ public:
typedef delegate<void (phillips_22vp931_device &, int)> data_ready_delegate;
// construction/destruction
- phillips_22vp931_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ phillips_22vp931_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// input and output
void data_w(UINT8 data) { synchronize(TID_DEFERRED_DATA, data); }