summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp49gp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp49gp.cpp')
-rw-r--r--src/mame/drivers/hp49gp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp49gp.cpp b/src/mame/drivers/hp49gp.cpp
index f79c01ec9d4..4dbfe0bdb56 100644
--- a/src/mame/drivers/hp49gp.cpp
+++ b/src/mame/drivers/hp49gp.cpp
@@ -24,7 +24,7 @@ struct lcd_spi_t
class hp49gp_state : public driver_device
{
public:
- hp49gp_state(const machine_config &mconfig, device_type type, std::string tag)
+ hp49gp_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_s3c2410(*this, "s3c2410"),
m_steppingstone(*this, "steppingstone"),