summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/samcoupe/drive/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/samcoupe/drive/atom.h')
-rw-r--r--src/devices/bus/samcoupe/drive/atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/samcoupe/drive/atom.h b/src/devices/bus/samcoupe/drive/atom.h
index 0abfee86749..1ad0bc7b4bc 100644
--- a/src/devices/bus/samcoupe/drive/atom.h
+++ b/src/devices/bus/samcoupe/drive/atom.h
@@ -25,7 +25,7 @@ class sam_atom_hdd_device : public device_t, public device_samcoupe_drive_interf
{
public:
// construction/destruction
- sam_atom_hdd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sam_atom_hdd_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// from host
virtual uint8_t read(offs_t offset) override;