diff options
Diffstat (limited to 'src/devices/bus/gamate/gamate_protection.h')
-rw-r--r-- | src/devices/bus/gamate/gamate_protection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/gamate/gamate_protection.h b/src/devices/bus/gamate/gamate_protection.h index 5ee37ff3e20..ca98821f602 100644 --- a/src/devices/bus/gamate/gamate_protection.h +++ b/src/devices/bus/gamate/gamate_protection.h @@ -12,7 +12,7 @@ class gamate_protection_device : public device_t { public: // construction/destruction - gamate_protection_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + gamate_protection_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); bool is_protection_passed(); |