summaryrefslogtreecommitdiffstatshomepage
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h
index 6d337da4c5e..ec72c92cc32 100644
--- a/src/mame/includes/stlforce.h
+++ b/src/mame/includes/stlforce.h
@@ -1,8 +1,8 @@
class stlforce_state : public driver_device
{
public:
- stlforce_state(running_machine &machine, const driver_device_config_base &config)
- : driver_device(machine, config) { }
+ stlforce_state(const machine_config &mconfig, device_type type, const char *tag)
+ : driver_device(mconfig, type, tag) { }
tilemap_t *m_bg_tilemap;
tilemap_t *m_mlow_tilemap;