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