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