diff options
Diffstat (limited to 'src/mame/machine/maple-dc.h')
-rw-r--r-- | src/mame/machine/maple-dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/maple-dc.h b/src/mame/machine/maple-dc.h index 177a606f0fb..dcecaa9d2b5 100644 --- a/src/mame/machine/maple-dc.h +++ b/src/mame/machine/maple-dc.h @@ -15,7 +15,7 @@ class maple_device; class maple_dc_device : public device_t { public: - maple_dc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + maple_dc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); static void static_set_maincpu_tag(device_t &device, const char *maincpu_tag); static void static_set_irq_cb(device_t &device, void (*irq_cb)(running_machine &)); |