diff options
Diffstat (limited to 'src/devices/bus/bml3/bml3mp1802.h')
-rw-r--r-- | src/devices/bus/bml3/bml3mp1802.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bml3/bml3mp1802.h b/src/devices/bus/bml3/bml3mp1802.h index d1bbdad744b..f45206c968d 100644 --- a/src/devices/bus/bml3/bml3mp1802.h +++ b/src/devices/bus/bml3/bml3mp1802.h @@ -29,7 +29,7 @@ class bml3bus_mp1802_device: { public: // construction/destruction - bml3bus_mp1802_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + bml3bus_mp1802_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t bml3_mp1802_r(); void bml3_mp1802_w(uint8_t data); |