summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/playcity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/playcity.h')
-rw-r--r--src/devices/bus/cpc/playcity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/playcity.h b/src/devices/bus/cpc/playcity.h
index 5dd8459e986..c148bf44b83 100644
--- a/src/devices/bus/cpc/playcity.h
+++ b/src/devices/bus/cpc/playcity.h
@@ -28,7 +28,7 @@ class cpc_playcity_device : public device_t, public device_cpc_expansion_card_in
{
public:
// construction/destruction
- cpc_playcity_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ cpc_playcity_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t ctc_r(offs_t offset);
void ctc_w(offs_t offset, uint8_t data);