diff options
Diffstat (limited to 'src/devices/bus/oricext/jasmin.h')
-rw-r--r-- | src/devices/bus/oricext/jasmin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/oricext/jasmin.h b/src/devices/bus/oricext/jasmin.h index 17baba8aaad..d215ef9a334 100644 --- a/src/devices/bus/oricext/jasmin.h +++ b/src/devices/bus/oricext/jasmin.h @@ -15,7 +15,7 @@ DECLARE_DEVICE_TYPE(ORIC_JASMIN, oric_jasmin_device) class oric_jasmin_device : public device_t, public device_oricext_interface { public: - oric_jasmin_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + oric_jasmin_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual ~oric_jasmin_device(); DECLARE_INPUT_CHANGED_MEMBER(boot_pressed); |