summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/serflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/serflash.h')
-rw-r--r--src/devices/machine/serflash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/serflash.h b/src/devices/machine/serflash.h
index 1c9e5ab7afc..b536f7a7648 100644
--- a/src/devices/machine/serflash.h
+++ b/src/devices/machine/serflash.h
@@ -21,7 +21,7 @@ public:
typedef device_delegate<void (serflash_device &, void *, size_t)> init_delegate;
// construction/destruction
- serflash_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ serflash_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration
void set_flash_page_size(uint16_t size) { m_flash_page_size = size; }