summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/rom.h')
-rw-r--r--src/devices/bus/pofo/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/rom.h b/src/devices/bus/pofo/rom.h
index 6df19402a36..bbad55d288e 100644
--- a/src/devices/bus/pofo/rom.h
+++ b/src/devices/bus/pofo/rom.h
@@ -26,7 +26,7 @@ class portfolio_rom_card_device : public device_t,
{
public:
// construction/destruction
- portfolio_rom_card_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ portfolio_rom_card_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides