diff options
Diffstat (limited to 'src/devices/machine/ns32202.h')
-rw-r--r-- | src/devices/machine/ns32202.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ns32202.h b/src/devices/machine/ns32202.h index 7795b205e91..b0e0abe3ffe 100644 --- a/src/devices/machine/ns32202.h +++ b/src/devices/machine/ns32202.h @@ -16,7 +16,7 @@ public: template <unsigned Number> void ir_w(int state); template <unsigned ST1> void map(address_map &map); - ns32202_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock); + ns32202_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock); protected: // device_t overrides |