summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/namco/namco51.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/namco/namco51.h')
-rw-r--r--src/mame/namco/namco51.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/namco/namco51.h b/src/mame/namco/namco51.h
index 35cec6458f2..c4c905678e0 100644
--- a/src/mame/namco/namco51.h
+++ b/src/mame/namco/namco51.h
@@ -11,7 +11,7 @@
class namco_51xx_device : public device_t
{
public:
- namco_51xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ namco_51xx_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
template <unsigned N> auto input_callback() { return m_in[N].bind(); }
auto output_callback() { return m_out.bind(); }