mame/src/emu/sound
2008-08-06 03:19:52 +00:00
..
262intf.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
262intf.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
2151intf.c Forced synchronization (stream_update()) before the status is actually read. 2008-08-05 21:30:33 +00:00
2151intf.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
2203intf.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
2203intf.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
2413intf.c (From Atari Ace. Note that I only took the first patch, which applied 2008-07-31 08:30:22 +00:00
2413intf.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
2608intf.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
2608intf.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
2610intf.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
2610intf.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
2612intf.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
2612intf.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
3812intf.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
3812intf.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
5110intf.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
5110intf.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
5220intf.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
5220intf.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
aica.c Cleanups/version bump. 2008-07-31 09:00:13 +00:00
aica.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
aicadsp.c [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. Shouldn't actually affect any games. (kingshriek, Deunan Knute) 2008-03-30 00:12:07 +00:00
aicadsp.h [NAOMI] Added and hooked up AICA (sound chip). Naomi boot sounds now play. 2008-02-17 18:28:36 +00:00
aicalfo.c Various clean ups: 2008-03-01 16:54:52 +00:00
astrocde.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
astrocde.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
ay8910.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
ay8910.h Cleanups/version bump. 2008-05-01 14:32:31 +00:00
beep.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
beep.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
bsmt2000.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
bsmt2000.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
c140.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
c140.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
c352.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
c352.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
c6280.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
c6280.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
cdda.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
cdda.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
cdp1869.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
cdp1869.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
cem3394.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
cem3394.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
custom.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
custom.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
dac.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
dac.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
disc_dev.c discrete sound system: 2008-04-01 21:17:17 +00:00
disc_flt.c Discrete sound core optimizations 2008-08-05 20:25:44 +00:00
disc_inp.c Minor optimization to the DISCRETE_INPUT modules. The node output is now calculated when a discrete_sound_w() is called instead of each step in the simulation. 2008-08-01 00:08:42 +00:00
disc_mth.c Discrete sound core optimizations 2008-08-05 20:25:44 +00:00
disc_wav.c Fix GCC 4.3 "array bounds overflow" error. This is obviously a bug, Couriersud please take a look :) 2008-08-06 03:19:52 +00:00
discrete.c Minor optimization to the DISCRETE_INPUT modules. The node output is now calculated when a discrete_sound_w() is called instead of each step in the simulation. 2008-08-01 00:08:42 +00:00
discrete.h Minor optimization to the DISCRETE_INPUT modules. The node output is now calculated when a discrete_sound_w() is called instead of each step in the simulation. 2008-08-01 00:08:42 +00:00
dmadac.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
dmadac.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
es5503.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
es5503.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
es5506.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
es5506.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
es8712.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
es8712.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
filter.c - Added deprecat.h that contains some deprecated/discouraged contructs (see below) 2008-01-25 09:30:43 +00:00
filter.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
flt_rc.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
flt_rc.h Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to 2008-07-18 17:08:58 +00:00
flt_vol.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
flt_vol.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
fm.c Backported a bunch of FM OPN (YM2608/2612) fixes from Genesis Plus GX. All of 2008-08-02 22:05:24 +00:00
fm.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
fmopl.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-07-24 06:26:47 +00:00
fmopl.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
gaelco.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
gaelco.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
hc55516.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
hc55516.h Tidied up variable and function naming 2008-01-21 09:02:17 +00:00
ics2115.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
ics2115.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
iremga20.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
iremga20.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
k005289.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
k005289.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
k007232.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
k007232.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
k051649.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
k051649.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
k053260.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
k053260.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
k054539.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
k054539.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
msm5205.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
msm5205.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
msm5232.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
msm5232.h Alpha Denshi major update 2008-03-17 19:07:23 +00:00
multipcm.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
multipcm.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
n63701x.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
n63701x.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
namco52.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
namco52.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
namco.c Fixed several regressions due to the region changes. 2008-07-30 05:21:01 +00:00
namco.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
namcona.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
namcona.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
nes_apu.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
nes_apu.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
nes_defs.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
nile.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
nile.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
okim6295.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
okim6295.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
pokey.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
pokey.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
pokey.txt Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
psx.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
psx.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
qsound.c Fix for 02043: All games in cps2.c: All Parent Sets for CPS2 Games Abort 2008-07-29 01:39:22 +00:00
qsound.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
rf5c68.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
rf5c68.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
rf5c400.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
rf5c400.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
s14001a.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
s14001a.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
saa1099.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
saa1099.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
samples.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
samples.h Changes for MAME 0.121u3. 2007-12-17 16:39:40 +00:00
scsp.c Moved region post-processing back to the end. Fixes endian issue on 2008-07-29 15:12:09 +00:00
scsp.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
scspdsp.c [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. Shouldn't actually affect any games. (kingshriek, Deunan Knute) 2008-03-30 00:12:07 +00:00
scspdsp.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
scsplfo.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-01-24 14:24:59 +00:00
segapcm.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
segapcm.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
sid6581.c Minor MESS compilation fix 2008-08-01 10:59:32 +00:00
sid6581.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
sid.c Fixing #include order in sid.c 2008-02-04 00:02:55 +00:00
sid.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
side6581.h Changes for MAME 0.121u4. 2007-12-17 16:41:39 +00:00
sidenvel.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-01-24 14:24:59 +00:00
sidenvel.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-01-24 14:24:59 +00:00
sidvoice.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-01-24 14:24:59 +00:00
sidvoice.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
sidw6581.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
sidw8580.h Changes for MAME 0.121u4. 2007-12-17 16:41:39 +00:00
sn76477.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
sn76477.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
sn76496.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
sn76496.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
sound.mak Preliminary emulation of ST-0026 NiLe (sound). 2008-06-22 20:14:14 +00:00
sp0250.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
sp0250.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
sp0256.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
sp0256.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
speaker.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
speaker.h (From AtariAce) 2007-12-26 16:55:35 +00:00
st0016.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
st0016.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
tiaintf.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
tiaintf.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
tiasound.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
tiasound.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
tms36xx.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
tms36xx.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
tms3615.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
tms3615.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
tms5110.c Cleanups and version bump. 2008-05-22 05:19:16 +00:00
tms5110.h tms5110.c 2008-01-18 22:57:47 +00:00
tms5110r.c Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each) to tms5110 and updated comments. Also added code to update lfsr 20 times instead of once per sample, so it matches the real chip. Updated tms5110 to use shifts instead of divides during interpolation. 2008-05-20 04:38:56 +00:00
tms5220.c Update comments for tms5220 and sn76496. Add a Couriersud-style pinout to tms5220.c 2008-06-06 03:16:02 +00:00
tms5220.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
tms5220.txt Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
tms5220r.c Various clean ups: 2008-03-01 16:54:52 +00:00
upd7759.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
upd7759.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
vlm5030.c Fixed several regressions due to the region changes. 2008-07-30 05:21:01 +00:00
vlm5030.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
votrax.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
vrender0.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
vrender0.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
wave.c Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
wave.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-02-05 17:21:27 +00:00
wavwrite.c Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
wavwrite.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
x1_010.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
x1_010.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
ym2151.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-07-24 06:26:47 +00:00
ym2151.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-22 03:23:28 +00:00
ym2151.txt Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
ym2413.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-07-24 06:26:47 +00:00
ym2413.h Added save state support to slapstic. 2008-01-05 19:28:30 +00:00
ymdeltat.c Changes for MAME 0.121u4. 2007-12-17 16:41:39 +00:00
ymdeltat.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
ymf262.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-07-24 06:26:47 +00:00
ymf262.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
ymf271.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
ymf271.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
ymf278b.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
ymf278b.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00
ymz280b.c Region classes go bye-bye. 2008-07-28 16:22:20 +00:00
ymz280b.h Changed the way memory regions are referenced. Instead of a single 2008-07-28 09:35:36 +00:00