summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/amdrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/amdrum.h')
-rw-r--r--src/devices/bus/cpc/amdrum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/amdrum.h b/src/devices/bus/cpc/amdrum.h
index 44fede8af4f..019c253e072 100644
--- a/src/devices/bus/cpc/amdrum.h
+++ b/src/devices/bus/cpc/amdrum.h
@@ -25,7 +25,7 @@ class cpc_amdrum_device : public device_t,
{
public:
// construction/destruction
- cpc_amdrum_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ cpc_amdrum_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void dac_w(uint8_t data);