diff options
author | 2018-01-21 23:42:41 +0100 | |
---|---|---|
committer | 2018-01-23 10:25:25 +0100 | |
commit | 03ba80e0ef3e021f6ff89ef91ae5cdce4e24b994 (patch) | |
tree | f127b7f533d36df2484f82fcb05cef5f4c04f232 /src/devices/machine/upd4992.h | |
parent | f61a64ea29bf46bf2deb2e1fbace5b24f3d7b0aa (diff) |
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r-- | src/devices/machine/upd4992.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h index 433506a5bcf..1a054951621 100644 --- a/src/devices/machine/upd4992.h +++ b/src/devices/machine/upd4992.h @@ -19,7 +19,7 @@ //************************************************************************** #define MCFG_UPD4992_ADD(tag) \ - MCFG_DEVICE_ADD((tag), UPD4992, XTAL_32_768kHz) + MCFG_DEVICE_ADD((tag), UPD4992, XTAL(32'768)) //************************************************************************** // TYPE DEFINITIONS |