summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nmk112.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nmk112.h')
-rw-r--r--src/devices/machine/nmk112.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nmk112.h b/src/devices/machine/nmk112.h
index 5535d94899b..72cea1c841b 100644
--- a/src/devices/machine/nmk112.h
+++ b/src/devices/machine/nmk112.h
@@ -18,7 +18,7 @@
class nmk112_device : public device_t
{
public:
- nmk112_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ nmk112_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration
template <typename T> nmk112_device &set_rom0_tag(T &&tag) { m_rom0.set_tag(std::forward<T>(tag)); return *this; }