diff options
Diffstat (limited to 'src/mame/includes/wc90.h')
-rw-r--r-- | src/mame/includes/wc90.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/wc90.h b/src/mame/includes/wc90.h index bdbd1ba0eda..bbfdf3ec4a0 100644 --- a/src/mame/includes/wc90.h +++ b/src/mame/includes/wc90.h @@ -1,8 +1,8 @@ class wc90_state : public driver_device { public: - wc90_state(running_machine &machine, const driver_device_config_base &config) - : driver_device(machine, config) { } + wc90_state(const machine_config &mconfig, device_type type, const char *tag) + : driver_device(mconfig, type, tag) { } UINT8 *m_fgvideoram; UINT8 *m_bgvideoram; |