summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/magicsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/magicsound.h')
-rw-r--r--src/devices/bus/cpc/magicsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/magicsound.h b/src/devices/bus/cpc/magicsound.h
index e40b6230d41..f3d1ba22cf0 100644
--- a/src/devices/bus/cpc/magicsound.h
+++ b/src/devices/bus/cpc/magicsound.h
@@ -39,7 +39,7 @@ class al_magicsound_device : public device_t,
{
public:
// construction/destruction
- al_magicsound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ al_magicsound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t dmac_r(offs_t offset);
void dmac_w(offs_t offset, uint8_t data);