summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7759.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd7759.h')
-rw-r--r--src/devices/sound/upd7759.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd7759.h b/src/devices/sound/upd7759.h
index 62f8502ba05..c6615a6e2fd 100644
--- a/src/devices/sound/upd7759.h
+++ b/src/devices/sound/upd7759.h
@@ -13,7 +13,7 @@
software.
*/
-#define UPD7759_STANDARD_CLOCK XTAL_640kHz
+#define UPD7759_STANDARD_CLOCK XTAL(640'000)
class upd775x_device : public device_t, public device_sound_interface
{