summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_26.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_26.h')
-rw-r--r--src/mame/machine/pc9801_26.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_26.h b/src/mame/machine/pc9801_26.h
index 870ebb54956..cf87298347a 100644
--- a/src/mame/machine/pc9801_26.h
+++ b/src/mame/machine/pc9801_26.h
@@ -26,7 +26,7 @@ class pc9801_26_device : public device_t
{
public:
// construction/destruction
- pc9801_26_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ pc9801_26_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;