summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/halnote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/halnote.h')
-rw-r--r--src/devices/bus/msx_cart/halnote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/halnote.h b/src/devices/bus/msx_cart/halnote.h
index 10643eaf4a0..5d59ce7cd35 100644
--- a/src/devices/bus/msx_cart/halnote.h
+++ b/src/devices/bus/msx_cart/halnote.h
@@ -13,7 +13,7 @@ class msx_cart_halnote : public device_t
, public msx_cart_interface
{
public:
- msx_cart_halnote(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ msx_cart_halnote(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;