summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/stlforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stlforce.h')
-rw-r--r--src/mame/includes/stlforce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h
index 5ac160ffd1c..7c43ad56e93 100644
--- a/src/mame/includes/stlforce.h
+++ b/src/mame/includes/stlforce.h
@@ -6,7 +6,7 @@
class stlforce_state : public driver_device
{
public:
- stlforce_state(const machine_config &mconfig, device_type type, std::string tag)
+ stlforce_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_oki(*this, "oki"),
f314738ccdf5352?s=13&d=retro' /> Ivan Vangelista2016-05-271-7/+11 * 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 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * 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 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3 * Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+1 * let's attempt something a bit different here, and be brave, use it for everyt... David Haywood2013-01-051-2/+0 * fix grasspin infinite lives Michaël Banaan Ananas2013-01-041-0/+1 * (small cleanup) Michaël Banaan Ananas2013-01-031-5/+6 * new NOT WORKING David Haywood2012-12-311-1/+3 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6 * Clear out remaining global inlines in diexec.h.