diff options
Diffstat (limited to 'src/devices/bus/isa/bblue2.h')
-rw-r--r-- | src/devices/bus/isa/bblue2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/bblue2.h b/src/devices/bus/isa/bblue2.h index cdce099d883..de1a22645a6 100644 --- a/src/devices/bus/isa/bblue2.h +++ b/src/devices/bus/isa/bblue2.h @@ -23,7 +23,7 @@ class isa8_babyblue2_device : { public: // construction/destruction - isa8_babyblue2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + isa8_babyblue2_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t z80_control_r(offs_t offset); void z80_control_w(offs_t offset, uint8_t data); |