diff options
Diffstat (limited to 'src/devices/bus/abckb/abc99.h')
-rw-r--r-- | src/devices/bus/abckb/abc99.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abc99.h b/src/devices/bus/abckb/abc99.h index d2c30db1f4f..f14ce0376da 100644 --- a/src/devices/bus/abckb/abc99.h +++ b/src/devices/bus/abckb/abc99.h @@ -29,7 +29,7 @@ class abc99_device : public device_t, { public: // construction/destruction - abc99_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + abc99_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); DECLARE_INPUT_CHANGED_MEMBER( keyboard_reset ); |