summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/corvushd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/corvushd.h')
-rw-r--r--src/devices/machine/corvushd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/corvushd.h b/src/devices/machine/corvushd.h
index 074b761eb60..9c9f23a7b53 100644
--- a/src/devices/machine/corvushd.h
+++ b/src/devices/machine/corvushd.h
@@ -28,7 +28,7 @@ public:
static constexpr uint8_t CONTROLLER_DIRECTION = 0x40; // Set = Controller->Host, Clear = Host->Controller
// construction/destruction
- corvus_hdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ corvus_hdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t read();
void write(uint8_t data);