summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ex1280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ex1280.h')
-rw-r--r--src/devices/bus/isa/ex1280.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ex1280.h b/src/devices/bus/isa/ex1280.h
index a9637a1b1f6..dfc2004b0ed 100644
--- a/src/devices/bus/isa/ex1280.h
+++ b/src/devices/bus/isa/ex1280.h
@@ -21,7 +21,7 @@ class isa16_ex1280_device : public device_t,
{
public:
// construction/destruction
- isa16_ex1280_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ isa16_ex1280_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// Flag non working features
static constexpr feature_type unemulated_features() { return feature::GRAPHICS | feature::PALETTE; }