mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
rename "x Audio Custom" to "x Custom Sound" (nw)
This commit is contained in:
parent
976a98cfc5
commit
64249edfd9
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
|
@ -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)
|
||||
|
@ -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),
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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),
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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)
|
||||
|
@ -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),
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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),
|
||||
|
@ -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),
|
||||
|
@ -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")
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user