diff options
Diffstat (limited to 'src/devices/bus/ti99/peb/hfdc.h')
-rw-r--r-- | src/devices/bus/ti99/peb/hfdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/hfdc.h b/src/devices/bus/ti99/peb/hfdc.h index ee167421e48..4eeb5cc823d 100644 --- a/src/devices/bus/ti99/peb/hfdc.h +++ b/src/devices/bus/ti99/peb/hfdc.h @@ -35,7 +35,7 @@ namespace bus::ti99::peb { class myarc_hfdc_device : public device_t, public device_ti99_peribox_card_interface { public: - myarc_hfdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + myarc_hfdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual void readz(offs_t offset, uint8_t *value) override; virtual void write(offs_t offset, uint8_t data) override; |