diff options
Diffstat (limited to 'src/mame/includes/rm380z.h')
-rw-r--r-- | src/mame/includes/rm380z.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rm380z.h b/src/mame/includes/rm380z.h index 3d36c2f0238..616dbb06da9 100644 --- a/src/mame/includes/rm380z.h +++ b/src/mame/includes/rm380z.h @@ -93,7 +93,7 @@ public: required_device<floppy_connector> m_floppy0; required_device<floppy_connector> m_floppy1; - rm380z_state(const machine_config &mconfig, device_type type, std::string tag) + rm380z_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, RM380Z_MAINCPU_TAG), m_messram(*this, RAM_TAG), |