summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/taito/tc0150rod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/taito/tc0150rod.h')
-rw-r--r--src/mame/taito/tc0150rod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/taito/tc0150rod.h b/src/mame/taito/tc0150rod.h
index 2b396e67ddd..a12f29a613d 100644
--- a/src/mame/taito/tc0150rod.h
+++ b/src/mame/taito/tc0150rod.h
@@ -8,7 +8,7 @@
class tc0150rod_device : public device_t
{
public:
- tc0150rod_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ tc0150rod_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint16_t word_r(offs_t offset);
void word_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);