summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/jvs13551.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/jvs13551.h')
-rw-r--r--src/mame/machine/jvs13551.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/jvs13551.h b/src/mame/machine/jvs13551.h
index 2a84e9b9d24..5e6c7e0ddb7 100644
--- a/src/mame/machine/jvs13551.h
+++ b/src/mame/machine/jvs13551.h
@@ -26,8 +26,8 @@ class jvs_host;
class sega_837_13551 : public jvs_device
{
public:
- sega_837_13551(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- static void static_set_port_tag(device_t &device, int port, const char *tag);
+ sega_837_13551(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ static void static_set_port_tag(device_t &device, int port, std::string tag);
virtual const rom_entry *device_rom_region() const override;
@@ -55,7 +55,7 @@ protected:
virtual bool swoutputs(UINT8 id, UINT8 val) override;
private:
- const char *port_tag[12];
+ std::string port_tag[12];
ioport_port *port[12];
UINT16 coin_counter[2];
};