summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rf5c296.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rf5c296.h')
-rw-r--r--src/devices/machine/rf5c296.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rf5c296.h b/src/devices/machine/rf5c296.h
index b5f3beea7fc..312defb262c 100644
--- a/src/devices/machine/rf5c296.h
+++ b/src/devices/machine/rf5c296.h
@@ -11,7 +11,7 @@
class rf5c296_device : public device_t
{
public:
- rf5c296_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ rf5c296_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration helpers
template <typename T> void set_pccard(T &&tag) { m_pccard.set_tag(std::forward<T>(tag)); }