summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/djdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/djdma.h')
-rw-r--r--src/devices/bus/s100/djdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/djdma.h b/src/devices/bus/s100/djdma.h
index d9453aef25c..428d6a25aa6 100644
--- a/src/devices/bus/s100/djdma.h
+++ b/src/devices/bus/s100/djdma.h
@@ -26,7 +26,7 @@ class s100_djdma_device : public device_t, public device_s100_card_interface
{
public:
// construction/destruction
- s100_djdma_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ s100_djdma_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides