diff options
author | 2018-12-19 07:53:28 +0100 | |
---|---|---|
committer | 2018-12-19 07:53:52 +0100 | |
commit | cf5a34ce49c521ea979bc63e31b19fca11fdcef1 (patch) | |
tree | 2cf20723e8f6b02adebfd1db814e8db80d6d99be /src/devices/sound/digitalk.h | |
parent | d07330bb293e93c6ac63cb10c1bdaa48ce29267d (diff) |
-sound/dave, digitalk, k051649, lc7535, n63701x, namco, nile, s14001a: Removed MCFG macros. [Ryan Holtz]
-drivers/20pacgal, baraduke, deco32, fidel6502, fidelz80, galaga, gaplus, hcastle, hexion, jrpacman, konmedal,
mappy, namcos86, pacland, pengo, polepos, quickpick5, rallyx, skykid, srmp6, tceptor, toypop: Removed MACHINE_CONFIG macros. [Ryan Holtz]
Diffstat (limited to 'src/devices/sound/digitalk.h')
-rw-r--r-- | src/devices/sound/digitalk.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/sound/digitalk.h b/src/devices/sound/digitalk.h index b93ee4a42f3..b4e2cb5cb97 100644 --- a/src/devices/sound/digitalk.h +++ b/src/devices/sound/digitalk.h @@ -7,17 +7,6 @@ //************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_DIGITALKER_ADD(tag, clock) \ - MCFG_DEVICE_ADD((tag), DIGITALKER, (clock)) - -#define MCFG_DIGITALKER_REPLACE(tag, clock) \ - MCFG_DEVICE_REPLACE((tag), DIGITALKER, (clock)) - - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |