summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/grom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/grom.h')
-rw-r--r--src/devices/bus/ti99x/grom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99x/grom.h b/src/devices/bus/ti99x/grom.h
index 8019076fa0a..a3129b6997f 100644
--- a/src/devices/bus/ti99x/grom.h
+++ b/src/devices/bus/ti99x/grom.h
@@ -39,7 +39,7 @@ extern const device_type GROM;
class ti99_grom_device : public bus8z_device, ti99grom_config
{
public:
- ti99_grom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ ti99_grom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_ready_wr_callback(device_t &device, _Object object) { return downcast<ti99_grom_device &>(device).m_gromready.set_callback(object); }