diff options
Diffstat (limited to 'src/mame/bfm/bfm_bda.cpp')
-rw-r--r-- | src/mame/bfm/bfm_bda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/bfm/bfm_bda.cpp b/src/mame/bfm/bfm_bda.cpp index 1ff2d67b967..0ad22101be1 100644 --- a/src/mame/bfm/bfm_bda.cpp +++ b/src/mame/bfm/bfm_bda.cpp @@ -83,7 +83,7 @@ static const uint16_t BDAcharset[]= 0x4406, // 0100 0100 0000 0110 ? }; -bfm_bda_device::bfm_bda_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +bfm_bda_device::bfm_bda_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, BFM_BDA, tag, owner, clock) , m_outputs() , m_port_val(0) |