summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/ibmpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ibmpc.cpp')
-rw-r--r--src/mame/drivers/ibmpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ibmpc.cpp b/src/mame/drivers/ibmpc.cpp
index a4349857dd2..f49d500e829 100644
--- a/src/mame/drivers/ibmpc.cpp
+++ b/src/mame/drivers/ibmpc.cpp
@@ -268,7 +268,7 @@ XT U44 IBM.bin: IBM 5160 PC/XT Bank-selection decoding ROM (256x4 bit). Not mapp
class ibmpc_state : public driver_device
{
public:
- ibmpc_state(const machine_config &mconfig, device_type type, std::string tag)
+ ibmpc_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) ,
m_maincpu(*this, "maincpu") { }