summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32081.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ns32081.h')
-rw-r--r--src/devices/machine/ns32081.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ns32081.h b/src/devices/machine/ns32081.h
index e73fa8013f6..6dfa03fca24 100644
--- a/src/devices/machine/ns32081.h
+++ b/src/devices/machine/ns32081.h
@@ -13,7 +13,7 @@ class ns32081_device
, public ns32000_slow_slave_interface
{
public:
- ns32081_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
+ ns32081_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock);
virtual void state_add(device_state_interface &parent, int &index) override;