summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/egghunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/egghunt.cpp')
-rw-r--r--src/mame/drivers/egghunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/egghunt.cpp b/src/mame/drivers/egghunt.cpp
index 4b924a5eb7d..863d39e1a01 100644
--- a/src/mame/drivers/egghunt.cpp
+++ b/src/mame/drivers/egghunt.cpp
@@ -50,7 +50,7 @@ I dumped it with this configuration. In case I'll redump it desoldering pin 16 f
class egghunt_state : public driver_device
{
public:
- egghunt_state(const machine_config &mconfig, device_type type, std::string tag)
+ egghunt_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_audiocpu(*this, "audiocpu"),
m_atram(*this, "atram"),
bf692889033ee7bfe1?s=128&d=retro' /> Miodrag Milanovic2016-10-221-4/+4 * updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-0/+5 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2 * Got answer from Steve Ellenoff (nw) Miodrag Milanovic2015-05-301-1/+1 * We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1 * resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * mosaic.c, tagteam.c, taotaido.c: added / enabled save state support (nw) Ivan Vangelista2015-02-251-18/+25 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+1 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1 * manual cleanup of mame and mess includes (no whatsnew)