summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cbuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cbuster.h')
-rw-r--r--src/mame/includes/cbuster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cbuster.h b/src/mame/includes/cbuster.h
index 616feabcc1e..c400d1bd75a 100644
--- a/src/mame/includes/cbuster.h
+++ b/src/mame/includes/cbuster.h
@@ -7,8 +7,8 @@
class cbuster_state : public driver_device
{
public:
- cbuster_state(running_machine &machine, const driver_device_config_base &config)
- : driver_device(machine, config) { }
+ cbuster_state(const machine_config &mconfig, device_type type, const char *tag)
+ : driver_device(mconfig, type, tag) { }
/* memory pointers */
UINT16 * m_pf1_rowscroll;