summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb89363b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb89363b.h')
-rw-r--r--src/devices/machine/mb89363b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb89363b.h b/src/devices/machine/mb89363b.h
index 273642f96f5..71efc26d4cf 100644
--- a/src/devices/machine/mb89363b.h
+++ b/src/devices/machine/mb89363b.h
@@ -21,7 +21,7 @@ class mb89363b_device : public device_t
{
public:
// construction/destruction
- mb89363b_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ mb89363b_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);