diff options
author | 2018-09-26 18:24:17 +0200 | |
---|---|---|
committer | 2018-09-26 18:24:17 +0200 | |
commit | 0cd1758e544f3f89df226b9861b7201be7fd4b3a (patch) | |
tree | 8961c7c056ec734a3d2f16e7620b132b52d53360 /src/devices/machine/upd4992.h | |
parent | 0ab6ef3f39e7fc5a2a136d24137e09b8e7859a2a (diff) |
upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw)
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r-- | src/devices/machine/upd4992.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h index 6e023bd118d..02627094cf2 100644 --- a/src/devices/machine/upd4992.h +++ b/src/devices/machine/upd4992.h @@ -15,13 +15,6 @@ //************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_UPD4992_ADD(tag) \ - MCFG_DEVICE_ADD((tag), UPD4992, XTAL(32'768)) - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |