diff options
author | 2018-05-06 19:19:48 +1000 | |
---|---|---|
committer | 2018-05-06 19:19:48 +1000 | |
commit | 138b60e6c6078260b12becbc6706fa0523eea506 (patch) | |
tree | 6c5bb013da8e6ea0500148169adf2c8436e900ab /src/devices/sound/snkwave.h | |
parent | 495ec11fdf79e06fb5102b395b7316fa273006a7 (diff) |
(nw) misc follow-up
Fix MT06964
Fix µPD7759 class hierarchy, and reset callback before resolving it
(fixed assert in Sega C2)
Remove some more low-value device add indirection macros, default some
more clocks
Make cards inherit clock from slot by default
Diffstat (limited to 'src/devices/sound/snkwave.h')
-rw-r--r-- | src/devices/sound/snkwave.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/sound/snkwave.h b/src/devices/sound/snkwave.h index b05f483139d..6f07bca26af 100644 --- a/src/devices/sound/snkwave.h +++ b/src/devices/sound/snkwave.h @@ -5,15 +5,6 @@ #pragma once -//************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_SNKWAVE_ADD(_tag, _clock) \ - MCFG_DEVICE_ADD(_tag, SNKWAVE, _clock) -#define MCFG_SNKWAVE_REPLACE(_tag, _clock) \ - MCFG_DEVICE_REPLACE(_tag, SNKWAVE, _clock) - //************************************************************************** // TYPE DEFINITIONS |