diff options
Diffstat (limited to 'src/devices/machine/spchrom.h')
-rw-r--r-- | src/devices/machine/spchrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spchrom.h b/src/devices/machine/spchrom.h index f84350da358..ad086e659e6 100644 --- a/src/devices/machine/spchrom.h +++ b/src/devices/machine/spchrom.h @@ -15,7 +15,7 @@ class speechrom_device : public device_t { public: // construction/destruction - speechrom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + speechrom_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); /// TODO: implement bus behaviour int read(int count); |