summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg290_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg290_timer.h')
-rw-r--r--src/devices/machine/spg290_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spg290_timer.h b/src/devices/machine/spg290_timer.h
index 486011cb90b..6a85bcdf5b4 100644
--- a/src/devices/machine/spg290_timer.h
+++ b/src/devices/machine/spg290_timer.h
@@ -10,7 +10,7 @@
class spg290_timer_device : public device_t
{
public:
- spg290_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ spg290_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void write(offs_t offset, uint32_t data, uint32_t mem_mask);
uint32_t read(offs_t offset, uint32_t mem_mask);