summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/rom.h')
-rw-r--r--src/devices/bus/ql/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/rom.h b/src/devices/bus/ql/rom.h
index 9bd0b629d57..282c47cac3d 100644
--- a/src/devices/bus/ql/rom.h
+++ b/src/devices/bus/ql/rom.h
@@ -82,7 +82,7 @@ class ql_rom_cartridge_slot_t : public device_t,
{
public:
// construction/destruction
- ql_rom_cartridge_slot_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ ql_rom_cartridge_slot_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// computer interface
UINT8 read(address_space &space, offs_t offset, UINT8 data) { if (m_card) data = m_card->read(space, offset, data); return data; }