diff options
Diffstat (limited to 'src/devices/bus/isa/chessmsr.h')
-rw-r--r-- | src/devices/bus/isa/chessmsr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/chessmsr.h b/src/devices/bus/isa/chessmsr.h index 6d4becc4b64..b8f86cc3bfe 100644 --- a/src/devices/bus/isa/chessmsr.h +++ b/src/devices/bus/isa/chessmsr.h @@ -22,7 +22,7 @@ class isa8_chessmsr_device : { public: // construction/destruction - isa8_chessmsr_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + isa8_chessmsr_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |