summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_dk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/990_dk.h')
-rw-r--r--src/devices/bus/ti99x/990_dk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99x/990_dk.h b/src/devices/bus/ti99x/990_dk.h
index f1b0296430d..ffb7f79784a 100644
--- a/src/devices/bus/ti99x/990_dk.h
+++ b/src/devices/bus/ti99x/990_dk.h
@@ -14,7 +14,7 @@ extern const device_type FD800;
class fd800_legacy_device : public device_t
{
public:
- fd800_legacy_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ fd800_legacy_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER( cru_r );
DECLARE_WRITE8_MEMBER( cru_w );