summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/awacs.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-18 20:18:53 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-18 20:19:18 +0100
commit6b6c476f83fd7544b8863d8e43b4ee7d0d5681c7 (patch)
treec1e003716281cb4afd18637f52c8597783e86764 /src/devices/sound/awacs.h
parent45f5d76b332956961c0431a2ba31d44151f62a69 (diff)
-bus/ep64/exp: Removed MCFG macros. [Ryan Holtz]
-sound/awacs, dave, es5503, i5000, k005289, mas3507d, segapcm, ta7630: Removed MCFG macros. [Ryan Holtz] -drivers/40love, buggychl, ep64, flstory, mquake, msisaac, nemesis, rabbit, segahang, segaorun, segaxbd, segaybd, tmmjprd: Removed MACHINE_CONFIG macros. [Ryan Holtz]
Diffstat (limited to 'src/devices/sound/awacs.h')
-rw-r--r--src/devices/sound/awacs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/devices/sound/awacs.h b/src/devices/sound/awacs.h
index d0dd5cb2441..68f6f428550 100644
--- a/src/devices/sound/awacs.h
+++ b/src/devices/sound/awacs.h
@@ -13,23 +13,6 @@
#pragma once
-
-
-
-//**************************************************************************
-// CONSTANTS
-//**************************************************************************
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_AWACS_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, AWACS, _clock)
-
-#define MCFG_AWACS_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, AWACS, _clock)
-
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************