diff options
Diffstat (limited to 'src/devices/bus/pofo/hpc102.h')
-rw-r--r-- | src/devices/bus/pofo/hpc102.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/hpc102.h b/src/devices/bus/pofo/hpc102.h index c7168b12787..d1d7f1bc82a 100644 --- a/src/devices/bus/pofo/hpc102.h +++ b/src/devices/bus/pofo/hpc102.h @@ -27,7 +27,7 @@ class pofo_hpc102_device : public device_t, public device_portfolio_expansion_sl { public: // construction/destruction - pofo_hpc102_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pofo_hpc102_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |