diff options
Diffstat (limited to 'src/mame/drivers/mpu4dealem.cpp')
-rw-r--r-- | src/mame/drivers/mpu4dealem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu4dealem.cpp b/src/mame/drivers/mpu4dealem.cpp index 1076221f43c..c9d3dfcdb15 100644 --- a/src/mame/drivers/mpu4dealem.cpp +++ b/src/mame/drivers/mpu4dealem.cpp @@ -22,7 +22,7 @@ the Deal 'Em board design, rather than the one they ultimately used, suggesting class mpu4dealem_state : public mpu4_state { public: - mpu4dealem_state(const machine_config &mconfig, device_type type, std::string tag) + mpu4dealem_state(const machine_config &mconfig, device_type type, const char *tag) : mpu4_state(mconfig, type, tag), m_dealem_videoram(*this, "dealem_videoram"), m_gfxdecode(*this, "gfxdecode") |