diff options
Diffstat (limited to 'src/devices/bus/samcoupe/drive/drive.h')
-rw-r--r-- | src/devices/bus/samcoupe/drive/drive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/samcoupe/drive/drive.h b/src/devices/bus/samcoupe/drive/drive.h index 83f7ce0f069..66f968f81b1 100644 --- a/src/devices/bus/samcoupe/drive/drive.h +++ b/src/devices/bus/samcoupe/drive/drive.h @@ -45,7 +45,7 @@ public: // construction/destruction template <typename T> samcoupe_drive_port_device(machine_config const &mconfig, char const *tag, device_t *owner, T &&opts, const char *dflt) - : samcoupe_drive_port_device(mconfig, tag, owner, uint32_t(0)) + : samcoupe_drive_port_device(mconfig, tag, owner) { option_reset(); opts(*this); @@ -53,7 +53,7 @@ public: set_fixed(false); } - samcoupe_drive_port_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + samcoupe_drive_port_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual ~samcoupe_drive_port_device(); // called from host |