diff options
Diffstat (limited to 'src/devices/sound/c6280.h')
-rw-r--r-- | src/devices/sound/c6280.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c6280.h b/src/devices/sound/c6280.h index 60ea993f71b..08df35de323 100644 --- a/src/devices/sound/c6280.h +++ b/src/devices/sound/c6280.h @@ -10,7 +10,7 @@ class c6280_device : public device_t, public device_sound_interface public: static constexpr feature_type imperfect_features() { return feature::SOUND; } // Incorrect / Not verified noise / LFO output - c6280_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + c6280_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // write only void c6280_w(offs_t offset, uint8_t data); |