diff options
Diffstat (limited to 'src/devices/bus/pofo/hpc102.cpp')
-rw-r--r-- | src/devices/bus/pofo/hpc102.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/hpc102.cpp b/src/devices/bus/pofo/hpc102.cpp index 00838036bf0..01c740e6219 100644 --- a/src/devices/bus/pofo/hpc102.cpp +++ b/src/devices/bus/pofo/hpc102.cpp @@ -58,7 +58,7 @@ void pofo_hpc102_device::device_add_mconfig(machine_config &config) // pofo_hpc102_device - constructor //------------------------------------------------- -pofo_hpc102_device::pofo_hpc102_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +pofo_hpc102_device::pofo_hpc102_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, POFO_HPC102, tag, owner, clock), device_portfolio_expansion_slot_interface(mconfig, *this), m_uart(*this, M82C50A_TAG) |