summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcheese.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcheese.h')
-rw-r--r--src/mame/includes/dcheese.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dcheese.h b/src/mame/includes/dcheese.h
index dafec4f1d42..d8c9455f899 100644
--- a/src/mame/includes/dcheese.h
+++ b/src/mame/includes/dcheese.h
@@ -16,7 +16,7 @@ public:
TIMER_SIGNAL_IRQ
};
- dcheese_state(const machine_config &mconfig, device_type type, std::string tag)
+ dcheese_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),