summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 57ae0501ec0..81295cf11fd 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -33,7 +33,7 @@ public:
TIMER_MBEE_NEWKB
};
- mbee_state(const machine_config &mconfig, device_type type, const char *tag)
+ mbee_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
, m_palette(*this, "palette")
, m_maincpu(*this, "maincpu")
d> AJR2017-04-121-4/+3 * segaybd.cpp: Read inputs through 315-5296 AJR2017-04-101-16/+15 * srcclean (nw) Vas Crabb2016-10-231-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15 * pdriftl: spotted link ID and link communication mode, game playable in stand-... angelosa2016-09-281-1/+1 * remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-20/+19 * second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-0/+3 * Make watchdog timer a separate device AJR2016-04-301-0/+3 * Revert "keep segaybd happy with recent changes (for the time being system16 t... AJR2016-04-071-1/+1 * keep segaybd happy with recent changes (for the time being system16 type spri... David Haywood2016-01-241-1/+1 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-3/+0 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3 * clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1 * Galaxy Force II: Adding gforce_output_cb1 (the values written there seem to s... Felipe Corrêa da Silva Sanches2014-11-021-0/+1 * Add friendly macros to initialize an ioport_array_finder with an array of por... Alex W. Jackson2014-09-241-0/+7 * i'm tired Michaël Banaan Ananas2014-09-231-20/+14 * ioport array for outrun and sega-yboard