summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ns32082.h')
-rw-r--r--src/devices/machine/ns32082.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ns32082.h b/src/devices/machine/ns32082.h
index 83238529e6b..b6ebe06dad3 100644
--- a/src/devices/machine/ns32082.h
+++ b/src/devices/machine/ns32082.h
@@ -14,7 +14,7 @@ class ns32082_device
, public ns32000_mmu_interface
{
public:
- ns32082_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
+ ns32082_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;