summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sun2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sun2.cpp')
-rw-r--r--src/mame/drivers/sun2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sun2.cpp b/src/mame/drivers/sun2.cpp
index 7b7ca221219..80862bcf5ec 100644
--- a/src/mame/drivers/sun2.cpp
+++ b/src/mame/drivers/sun2.cpp
@@ -78,7 +78,7 @@
class sun2_state : public driver_device
{
public:
- sun2_state(const machine_config &mconfig, device_type type, std::string tag)
+ sun2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
,
is is a Vas Crabb2019-10-261-20/+19 * fix up srcclean (nw) Vas Crabb2019-09-221-1/+1 * srcclean (nw) Vas Crabb2019-09-221-1/+1 * (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-3/+6 * Added Star Rider skeleton based on schematics. Thanks to TrevEB for pointing... Vas Crabb2019-04-291-0/+6 * emupal.cpp : Add xBGRBBBBGGGGRRRR case of palette format cam9002019-04-031-0/+14 * emupal.cpp : Remove MCFGs, Simplify handlers (#4713) cam9002019-03-291-12/+24 * seems to get bind errors in some cases without this (nw) Vas Crabb2018-12-291-15/+15 * Start cleaning up palette configuration: Vas Crabb2018-12-291-32/+330 * Namco System 21 and other related refactors (#4013) David Haywood2018-09-211-1/+10 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+3 * gstream : Add precalculated RGB Palette for X2222 drawing gfxs, Cleanup dupli... cam9002018-03-241-1/+9 * destaticify initializations (nw) (#3289) wilbertpol2018-03-041-63/+0 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-8/+8 * Revert custom DECO conversion in emu dir Bryan McPhail2017-06-281-19/+0 * Add alternate revision of Cobra Command. Add correct palette weighting for a... Bryan McPhail2017-06-271-0/+19 * emupal: Don't hardcode color PROM region name, add error handling