diff options
author | 2018-01-24 01:02:19 +1100 | |
---|---|---|
committer | 2018-01-24 01:02:19 +1100 | |
commit | 537cb66399a189ba0f60034aa791d217422b2d8f (patch) | |
tree | e11f362f4bb580da116a998384b963614485374f /src/devices/sound/cdp1863.h | |
parent | 7168abee36c2d2eec90401bf1c962927b04b8bcc (diff) |
missed these (nw)
Diffstat (limited to 'src/devices/sound/cdp1863.h')
-rw-r--r-- | src/devices/sound/cdp1863.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdp1863.h b/src/devices/sound/cdp1863.h index bb47f0ea5f2..ddcb5187211 100644 --- a/src/devices/sound/cdp1863.h +++ b/src/devices/sound/cdp1863.h @@ -50,7 +50,7 @@ public: // inline configuration helpers static void static_set_clock2(device_t &device, int clock2); - static void static_set_clock2(device_t &device, const XTAL &xtal) { xtal.check("selecting cdp1863 clock"); static_set_clock2(device, xtal.value()); } + static void static_set_clock2(device_t &device, const XTAL &xtal) { xtal.validate("selecting cdp1863 clock"); static_set_clock2(device, xtal.value()); } DECLARE_WRITE8_MEMBER( str_w ); void str_w(uint8_t data); |