summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/gamebooster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psx/gamebooster.h')
-rw-r--r--src/devices/bus/psx/gamebooster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/psx/gamebooster.h b/src/devices/bus/psx/gamebooster.h
index 9e990f726d5..caa6b08a0db 100644
--- a/src/devices/bus/psx/gamebooster.h
+++ b/src/devices/bus/psx/gamebooster.h
@@ -22,7 +22,7 @@ class psx_gamebooster_device :
{
public:
// construction/destruction
- psx_gamebooster_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ psx_gamebooster_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// psx_parallel_interface implementation
virtual uint16_t exp_r(offs_t offset, uint16_t mem_mask = ~0) override;