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