summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/np600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/np600.h')
-rw-r--r--src/devices/bus/isa/np600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/np600.h b/src/devices/bus/isa/np600.h
index 51bdf8813c1..57ea34a0d31 100644
--- a/src/devices/bus/isa/np600.h
+++ b/src/devices/bus/isa/np600.h
@@ -17,7 +17,7 @@
class np600a3_device : public device_t, public device_isa16_card_interface
{
public:
- np600a3_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ np600a3_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static constexpr feature_type unemulated_features() { return feature::LAN; }