summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/mc8123.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/mc8123.h')
-rw-r--r--src/devices/cpu/z80/mc8123.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/mc8123.h b/src/devices/cpu/z80/mc8123.h
index 8fad72dbee7..90cbeec6ca1 100644
--- a/src/devices/cpu/z80/mc8123.h
+++ b/src/devices/cpu/z80/mc8123.h
@@ -17,7 +17,7 @@ class mc8123_device : public z80_device
{
public:
// construction/destruction
- mc8123_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ mc8123_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// this function assumes a fixed portion of ROM at 0000-7FFF, and
// an arbitrary amount of banks at 8000-BFFF.