summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-07 22:12:50 +0100
committer hap <happppp@users.noreply.github.com>2017-11-07 22:12:50 +0100
commit64249edfd9221282df5a8fa37acfd190d382a0fe (patch)
tree8755537213e17d51fd7e1e43037b696faafd88e5
parent976a98cfc5f00a5bac5fe177a6a18baec2e4b326 (diff)
rename "x Audio Custom" to "x Custom Sound" (nw)
-rw-r--r--src/mame/audio/arcadia.cpp2
-rw-r--r--src/mame/audio/cps3.cpp2
-rw-r--r--src/mame/audio/dai_snd.cpp2
-rw-r--r--src/mame/audio/galaxian.cpp2
-rw-r--r--src/mame/audio/geebee.cpp2
-rw-r--r--src/mame/audio/gomoku.cpp2
-rw-r--r--src/mame/audio/gridlee.cpp2
-rw-r--r--src/mame/audio/micro3d.cpp2
-rw-r--r--src/mame/audio/phoenix.cpp2
-rw-r--r--src/mame/audio/pleiads.cpp6
-rw-r--r--src/mame/audio/polepos.cpp2
-rw-r--r--src/mame/audio/redbaron.cpp2
-rw-r--r--src/mame/audio/segag80r.cpp2
-rw-r--r--src/mame/audio/snk6502.cpp2
-rw-r--r--src/mame/audio/special.cpp2
-rw-r--r--src/mame/audio/svis_snd.cpp2
-rw-r--r--src/mame/audio/tiamc1.cpp2
-rw-r--r--src/mame/audio/tvc.cpp2
-rw-r--r--src/mame/audio/tx1.cpp4
-rw-r--r--src/mame/audio/vc4000.cpp2
-rw-r--r--src/mame/audio/warpwarp.cpp2
-rw-r--r--src/mame/audio/wiping.cpp2
-rw-r--r--src/mame/audio/wswan.cpp2
23 files changed, 26 insertions, 26 deletions
diff --git a/src/mame/audio/arcadia.cpp b/src/mame/audio/arcadia.cpp
index 796d8e816e5..b1c41fff35d 100644
--- a/src/mame/audio/arcadia.cpp
+++ b/src/mame/audio/arcadia.cpp
@@ -42,7 +42,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(ARCADIA_SOUND, arcadia_sound_device, "arcadia_sound", "Arcadia Audio Custom")
+DEFINE_DEVICE_TYPE(ARCADIA_SOUND, arcadia_sound_device, "arcadia_sound", "Arcadia Custom Sound")
//-------------------------------------------------
// arcadia_sound_device - constructor
diff --git a/src/mame/audio/cps3.cpp b/src/mame/audio/cps3.cpp
index 0c5c3c764dd..950c30e4fc2 100644
--- a/src/mame/audio/cps3.cpp
+++ b/src/mame/audio/cps3.cpp
@@ -11,7 +11,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(CPS3, cps3_sound_device, "cps3_custom", "CPS3 Audio Custom")
+DEFINE_DEVICE_TYPE(CPS3, cps3_sound_device, "cps3_custom", "CPS3 Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/dai_snd.cpp b/src/mame/audio/dai_snd.cpp
index 3e59797b817..ccfd41cf33a 100644
--- a/src/mame/audio/dai_snd.cpp
+++ b/src/mame/audio/dai_snd.cpp
@@ -14,7 +14,7 @@
#include "dai_snd.h"
// device type definition
-DEFINE_DEVICE_TYPE(DAI_SOUND, dai_sound_device, "dai_sound", "DAI Audio Custom")
+DEFINE_DEVICE_TYPE(DAI_SOUND, dai_sound_device, "dai_sound", "DAI Custom Sound")
//-------------------------------------------------
diff --git a/src/mame/audio/galaxian.cpp b/src/mame/audio/galaxian.cpp
index 35d0bf0d736..9efa49df63a 100644
--- a/src/mame/audio/galaxian.cpp
+++ b/src/mame/audio/galaxian.cpp
@@ -386,7 +386,7 @@ static DISCRETE_SOUND_START(mooncrst)
DISCRETE_MIXER7(NODE_280, 1, NODE_133_00, NODE_133_02, NODE_133_02,NODE_133_03, NODE_120, NODE_157, NODE_182, &mooncrst_mixer_desc)
DISCRETE_SOUND_END
-DEFINE_DEVICE_TYPE(GALAXIAN, galaxian_sound_device, "galaxian_sound", "Galaxian Audio Custom")
+DEFINE_DEVICE_TYPE(GALAXIAN, galaxian_sound_device, "galaxian_sound", "Galaxian Custom Sound")
galaxian_sound_device::galaxian_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, GALAXIAN, tag, owner, clock)
diff --git a/src/mame/audio/geebee.cpp b/src/mame/audio/geebee.cpp
index 8400b80ea04..c4088b88736 100644
--- a/src/mame/audio/geebee.cpp
+++ b/src/mame/audio/geebee.cpp
@@ -13,7 +13,7 @@
#include "audio/geebee.h"
-DEFINE_DEVICE_TYPE(GEEBEE, geebee_sound_device, "geebee_sound", "Gee Bee Audio Custom")
+DEFINE_DEVICE_TYPE(GEEBEE, geebee_sound_device, "geebee_sound", "Gee Bee Custom Sound")
geebee_sound_device::geebee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, GEEBEE, tag, owner, clock),
diff --git a/src/mame/audio/gomoku.cpp b/src/mame/audio/gomoku.cpp
index 46b81b532d2..0f9c804c216 100644
--- a/src/mame/audio/gomoku.cpp
+++ b/src/mame/audio/gomoku.cpp
@@ -16,7 +16,7 @@ static constexpr int defgain = 48;
// device type definition
-DEFINE_DEVICE_TYPE(GOMOKU, gomoku_sound_device, "gomoku_sound", "Gomoku Narabe Renju Audio Custom")
+DEFINE_DEVICE_TYPE(GOMOKU, gomoku_sound_device, "gomoku_sound", "Gomoku Narabe Renju Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/gridlee.cpp b/src/mame/audio/gridlee.cpp
index 78280b7511e..1e98d311e3f 100644
--- a/src/mame/audio/gridlee.cpp
+++ b/src/mame/audio/gridlee.cpp
@@ -11,7 +11,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(GRIDLEE, gridlee_sound_device, "gridlee_sound", "Gridlee Audio Custom")
+DEFINE_DEVICE_TYPE(GRIDLEE, gridlee_sound_device, "gridlee_sound", "Gridlee Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/micro3d.cpp b/src/mame/audio/micro3d.cpp
index 8e117894a9a..6b775406a75 100644
--- a/src/mame/audio/micro3d.cpp
+++ b/src/mame/audio/micro3d.cpp
@@ -160,7 +160,7 @@ void micro3d_sound_device::noise_sh_w(u8 data)
*************************************/
-DEFINE_DEVICE_TYPE(MICRO3D, micro3d_sound_device, "micro3d_sound", "Microprose Audio Custom")
+DEFINE_DEVICE_TYPE(MICRO3D, micro3d_sound_device, "micro3d_sound", "Microprose Custom Sound")
micro3d_sound_device::micro3d_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, MICRO3D, tag, owner, clock),
diff --git a/src/mame/audio/phoenix.cpp b/src/mame/audio/phoenix.cpp
index 92e0eb7dcb4..00fba614a46 100644
--- a/src/mame/audio/phoenix.cpp
+++ b/src/mame/audio/phoenix.cpp
@@ -48,7 +48,7 @@
-DEFINE_DEVICE_TYPE(PHOENIX, phoenix_sound_device, "phoenix_sound", "Phoenix Audio Custom")
+DEFINE_DEVICE_TYPE(PHOENIX, phoenix_sound_device, "phoenix_sound", "Phoenix Custom Sound")
phoenix_sound_device::phoenix_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, PHOENIX, tag, owner, clock)
diff --git a/src/mame/audio/pleiads.cpp b/src/mame/audio/pleiads.cpp
index 68d79f79e25..e74c4670b8e 100644
--- a/src/mame/audio/pleiads.cpp
+++ b/src/mame/audio/pleiads.cpp
@@ -18,7 +18,7 @@
#define TONE1_CLOCK 8000
-DEFINE_DEVICE_TYPE(PLEIADS, pleiads_sound_device, "pleiads_sound", "Pleiads Audio Custom")
+DEFINE_DEVICE_TYPE(PLEIADS, pleiads_sound_device, "pleiads_sound", "Pleiads Custom Sound")
pleiads_sound_device::pleiads_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: pleiads_sound_device(mconfig, PLEIADS, tag, owner, clock)
@@ -106,7 +106,7 @@ void pleiads_sound_device::device_start()
common_start();
}
-DEFINE_DEVICE_TYPE(NAUGHTYB, naughtyb_sound_device, "naughtyb_sound", "Naughty Boy Audio Custom")
+DEFINE_DEVICE_TYPE(NAUGHTYB, naughtyb_sound_device, "naughtyb_sound", "Naughty Boy Custom Sound")
naughtyb_sound_device::naughtyb_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: pleiads_sound_device(mconfig, NAUGHTYB, tag, owner, clock)
@@ -174,7 +174,7 @@ void naughtyb_sound_device::device_start()
common_start();
}
-DEFINE_DEVICE_TYPE(POPFLAME, popflame_sound_device, "popflame_sound", "Pop Flamer Audio Custom")
+DEFINE_DEVICE_TYPE(POPFLAME, popflame_sound_device, "popflame_sound", "Pop Flamer Custom Sound")
popflame_sound_device::popflame_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: pleiads_sound_device(mconfig, POPFLAME, tag, owner, clock)
diff --git a/src/mame/audio/polepos.cpp b/src/mame/audio/polepos.cpp
index 9f23e69ccaa..ef575abc899 100644
--- a/src/mame/audio/polepos.cpp
+++ b/src/mame/audio/polepos.cpp
@@ -216,7 +216,7 @@ static void filter_opamp_m_bandpass_setup(device_t *device, double r1, double r2
// device type definition
-DEFINE_DEVICE_TYPE(POLEPOS, polepos_sound_device, "polepos_sound", "Pole Position Audio Custom")
+DEFINE_DEVICE_TYPE(POLEPOS, polepos_sound_device, "polepos_sound", "Pole Position Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/redbaron.cpp b/src/mame/audio/redbaron.cpp
index 15f1cc8f537..edf8a8c901c 100644
--- a/src/mame/audio/redbaron.cpp
+++ b/src/mame/audio/redbaron.cpp
@@ -27,7 +27,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(REDBARON, redbaron_sound_device, "redbaron_custom", "Red Baron Audio Custom")
+DEFINE_DEVICE_TYPE(REDBARON, redbaron_sound_device, "redbaron_custom", "Red Baron Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/segag80r.cpp b/src/mame/audio/segag80r.cpp
index 36bd88f0459..adc354b9d7b 100644
--- a/src/mame/audio/segag80r.cpp
+++ b/src/mame/audio/segag80r.cpp
@@ -30,7 +30,7 @@
#define SEGA005_555_TIMER_FREQ (1.44 / ((15000 + 2 * 4700) * 1.5e-6))
#define SEGA005_COUNTER_FREQ (100000) /* unknown, just a guess */
-DEFINE_DEVICE_TYPE(SEGA005, sega005_sound_device, "sega005_sound", "Sega 005 Audio Custom")
+DEFINE_DEVICE_TYPE(SEGA005, sega005_sound_device, "sega005_sound", "Sega 005 Custom Sound")
sega005_sound_device::sega005_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SEGA005, tag, owner, clock)
diff --git a/src/mame/audio/snk6502.cpp b/src/mame/audio/snk6502.cpp
index 3fc0b7a632b..62c644f6e6e 100644
--- a/src/mame/audio/snk6502.cpp
+++ b/src/mame/audio/snk6502.cpp
@@ -128,7 +128,7 @@ DISCRETE_SOUND_START( fantasy )
DISCRETE_SOUND_END
-DEFINE_DEVICE_TYPE(SNK6502, snk6502_sound_device, "snk6502_sound", "SNK6502 Audio Custom")
+DEFINE_DEVICE_TYPE(SNK6502, snk6502_sound_device, "snk6502_sound", "SNK6502 Custom Sound")
snk6502_sound_device::snk6502_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SNK6502, tag, owner, clock),
diff --git a/src/mame/audio/special.cpp b/src/mame/audio/special.cpp
index 6edc3cebcdf..e48d8a37c4a 100644
--- a/src/mame/audio/special.cpp
+++ b/src/mame/audio/special.cpp
@@ -14,7 +14,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(SPECIMX_SND, specimx_sound_device, "specimx_sound", "Specialist MX Audio Custom")
+DEFINE_DEVICE_TYPE(SPECIMX_SND, specimx_sound_device, "specimx_sound", "Specialist MX Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/svis_snd.cpp b/src/mame/audio/svis_snd.cpp
index 55b1921e713..8d1f30aa204 100644
--- a/src/mame/audio/svis_snd.cpp
+++ b/src/mame/audio/svis_snd.cpp
@@ -11,7 +11,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(SVISION_SND, svision_sound_device, "svision_sound", "Super Vision Audio Custom")
+DEFINE_DEVICE_TYPE(SVISION_SND, svision_sound_device, "svision_sound", "Super Vision Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/tiamc1.cpp b/src/mame/audio/tiamc1.cpp
index 09ac9e8aa4a..344ed501dc0 100644
--- a/src/mame/audio/tiamc1.cpp
+++ b/src/mame/audio/tiamc1.cpp
@@ -46,7 +46,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(TIAMC1, tiamc1_sound_device, "tiamc1_sound", "TIA-MC1 Audio Custom")
+DEFINE_DEVICE_TYPE(TIAMC1, tiamc1_sound_device, "tiamc1_sound", "TIA-MC1 Custom Sound")
//**************************************************************************
diff --git a/src/mame/audio/tvc.cpp b/src/mame/audio/tvc.cpp
index 0c4a70d22b6..bd7da39a759 100644
--- a/src/mame/audio/tvc.cpp
+++ b/src/mame/audio/tvc.cpp
@@ -10,7 +10,7 @@
#include "tvc.h"
// device type definition
-DEFINE_DEVICE_TYPE(TVC_SOUND, tvc_sound_device, "tvc_sound", "TVC 64 Audio Custom")
+DEFINE_DEVICE_TYPE(TVC_SOUND, tvc_sound_device, "tvc_sound", "TVC 64 Custom Sound")
//-------------------------------------------------
// tvc_sound_device - constructor
diff --git a/src/mame/audio/tx1.cpp b/src/mame/audio/tx1.cpp
index f462fb20b31..486da6330e6 100644
--- a/src/mame/audio/tx1.cpp
+++ b/src/mame/audio/tx1.cpp
@@ -52,7 +52,7 @@ static const double tx1_engine_gains[16] =
};
-DEFINE_DEVICE_TYPE(TX1, tx1_sound_device, "tx1_sound", "TX-1 Audio Custom")
+DEFINE_DEVICE_TYPE(TX1, tx1_sound_device, "tx1_sound", "TX-1 Custom Sound")
tx1_sound_device::tx1_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: tx1_sound_device(mconfig, TX1, tag, owner, clock)
@@ -335,7 +335,7 @@ static const double bb_engine_gains[16] =
-1.0/(1.0/(BUGGYBOY_R1S + BUGGYBOY_R2S + BUGGYBOY_R3S + BUGGYBOY_R4S) + 1.0/100e3)/100e3,
};
-DEFINE_DEVICE_TYPE(BUGGYBOY, buggyboy_sound_device, "buggyboy_sound", "Buggy Boy Audio Custom")
+DEFINE_DEVICE_TYPE(BUGGYBOY, buggyboy_sound_device, "buggyboy_sound", "Buggy Boy Custom Sound")
buggyboy_sound_device::buggyboy_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: tx1_sound_device(mconfig, BUGGYBOY, tag, owner, clock)
diff --git a/src/mame/audio/vc4000.cpp b/src/mame/audio/vc4000.cpp
index 3d0b921fd32..df4a308f619 100644
--- a/src/mame/audio/vc4000.cpp
+++ b/src/mame/audio/vc4000.cpp
@@ -11,7 +11,7 @@
#include "vc4000.h"
-DEFINE_DEVICE_TYPE(VC4000_SND, vc4000_sound_device, "vc4000_sound", "Interton Electronic VC 4000 Audio Custom")
+DEFINE_DEVICE_TYPE(VC4000_SND, vc4000_sound_device, "vc4000_sound", "Interton Electronic VC 4000 Custom Sound")
vc4000_sound_device::vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, VC4000_SND, tag, owner, clock)
diff --git a/src/mame/audio/warpwarp.cpp b/src/mame/audio/warpwarp.cpp
index bd8490e49b7..98a74f24e21 100644
--- a/src/mame/audio/warpwarp.cpp
+++ b/src/mame/audio/warpwarp.cpp
@@ -16,7 +16,7 @@
#define CLOCK_1V (18432000/3/2/384)
-DEFINE_DEVICE_TYPE(WARPWARP, warpwarp_sound_device, "warpwarp_sound", "Warp Warp Audio Custom")
+DEFINE_DEVICE_TYPE(WARPWARP, warpwarp_sound_device, "warpwarp_sound", "Warp Warp Custom Sound")
warpwarp_sound_device::warpwarp_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, WARPWARP, tag, owner, clock),
diff --git a/src/mame/audio/wiping.cpp b/src/mame/audio/wiping.cpp
index ea44f6b0945..4a2b1236662 100644
--- a/src/mame/audio/wiping.cpp
+++ b/src/mame/audio/wiping.cpp
@@ -13,7 +13,7 @@
static constexpr int defgain = 48;
-DEFINE_DEVICE_TYPE(WIPING_CUSTOM, wiping_sound_device, "wiping_sound", "Wiping Audio Custom")
+DEFINE_DEVICE_TYPE(WIPING_CUSTOM, wiping_sound_device, "wiping_sound", "Wiping Custom Sound")
wiping_sound_device::wiping_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, WIPING_CUSTOM, tag, owner, clock),
diff --git a/src/mame/audio/wswan.cpp b/src/mame/audio/wswan.cpp
index acd698eea1c..37f7c6288ab 100644
--- a/src/mame/audio/wswan.cpp
+++ b/src/mame/audio/wswan.cpp
@@ -18,7 +18,7 @@ The noise taps and behavior are the same as the Virtual Boy.
// device type definition
-DEFINE_DEVICE_TYPE(WSWAN_SND, wswan_sound_device, "wswan_sound", "WonderSwan Audio Custom")
+DEFINE_DEVICE_TYPE(WSWAN_SND, wswan_sound_device, "wswan_sound", "WonderSwan Custom Sound")
//**************************************************************************