summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trucocl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trucocl.h')
-rw-r--r--src/mame/includes/trucocl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/trucocl.h b/src/mame/includes/trucocl.h
index 24ad0ce79ed..ef0091e4fa1 100644
--- a/src/mame/includes/trucocl.h
+++ b/src/mame/includes/trucocl.h
@@ -41,6 +41,7 @@ public:
required_device<dac_byte_interface> m_dac;
required_device<gfxdecode_device> m_gfxdecode;
+ void trucocl(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};