summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6532riot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/6532riot.h')
-rw-r--r--src/devices/machine/6532riot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/6532riot.h b/src/devices/machine/6532riot.h
index 56156f929c3..7a04e709f9d 100644
--- a/src/devices/machine/6532riot.h
+++ b/src/devices/machine/6532riot.h
@@ -24,7 +24,7 @@ class riot6532_device : public device_t
{
public:
// construction/destruction
- riot6532_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ riot6532_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto in_pa_callback() { return m_in_pa_cb.bind(); }
auto out_pa_callback() { return m_out_pa_cb.bind(); }