summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/lz8420m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/lz8420m.h')
-rw-r--r--src/devices/cpu/z80/lz8420m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/lz8420m.h b/src/devices/cpu/z80/lz8420m.h
index afa653c340d..ce1e06389aa 100644
--- a/src/devices/cpu/z80/lz8420m.h
+++ b/src/devices/cpu/z80/lz8420m.h
@@ -29,7 +29,7 @@
class lz8420m_device : public z80_device
{
public:
- lz8420m_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t);
+ lz8420m_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides