summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/namco/namco_c123tmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/namco/namco_c123tmap.h')
-rw-r--r--src/mame/namco/namco_c123tmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/namco/namco_c123tmap.h b/src/mame/namco/namco_c123tmap.h
index 3ae46b869b0..c502bf38fc2 100644
--- a/src/mame/namco/namco_c123tmap.h
+++ b/src/mame/namco/namco_c123tmap.h
@@ -13,7 +13,7 @@ class namco_c123tmap_device : public device_t, public device_gfx_interface
{
public:
// construction/destruction
- namco_c123tmap_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0);
+ namco_c123tmap_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
void set_color_base(int color) { m_color_base = color; }
void set_offset(int xoffs, int yoffs)