diff options
Diffstat (limited to 'src/mame/nec/pce_cd.h')
-rw-r--r-- | src/mame/nec/pce_cd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/nec/pce_cd.h b/src/mame/nec/pce_cd.h index 30882f1d099..99747bbdbae 100644 --- a/src/mame/nec/pce_cd.h +++ b/src/mame/nec/pce_cd.h @@ -45,7 +45,7 @@ class pce_cd_device : public device_t, { public: // construction/destruction - pce_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pce_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void update(); |