summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56156/dsp56156.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56156/dsp56156.h')
-rw-r--r--src/devices/cpu/dsp56156/dsp56156.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp56156/dsp56156.h b/src/devices/cpu/dsp56156/dsp56156.h
index 4317fa249f5..7326b809e97 100644
--- a/src/devices/cpu/dsp56156/dsp56156.h
+++ b/src/devices/cpu/dsp56156/dsp56156.h
@@ -203,7 +203,7 @@ struct dsp56156_core
class dsp56156_device : public cpu_device
{
public:
- dsp56156_device(const machine_config &mconfig, const char *_tag, device_t *_owner, uint32_t _clock);
+ dsp56156_device(const machine_config &mconfig, const char *_tag, device_t *_owner, const XTAL &_clock);
uint16_t peripheral_register_r(offs_t offset);
void peripheral_register_w(offs_t offset, uint16_t data);