summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/strata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/strata.h')
-rw-r--r--src/devices/machine/strata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/strata.h b/src/devices/machine/strata.h
index 0c6f487c50e..8fed63319bf 100644
--- a/src/devices/machine/strata.h
+++ b/src/devices/machine/strata.h
@@ -9,7 +9,7 @@
class strataflash_device : public device_t, public device_nvram_interface
{
public:
- strataflash_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ strataflash_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// 8-bit access
uint8_t read8(offs_t offset);