summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-08175-1387/+1297
* comment update to tms5220.c, and reordered the lattice filter to better match... Jonathan Gevaryahu2010-06-041-20/+36
* TMS5110: remove a small bit of dead code (speak delay frames no longer exist) Jonathan Gevaryahu2010-06-041-3/+1
* Addd documentation about tms5110 prom interface used by bagman and ad2083. [C... Couriersud2010-06-031-1/+39
* Added "Read and Branch" code to tms5110 and tms6100. No possibility to test, ... Couriersud2010-05-311-0/+10
* Moved tms6100 code into emu/machine/tms6100.[ch]. Added pinouts for TMS6100 a... Couriersud2010-05-312-202/+0
* Added a new cycle exact VMS interface to TMS5110 emulating M0, M1 and ADD1 to... Couriersud2010-05-312-13/+517
* lordgun.c update [Luca Elia] Luca Elia2010-05-301-1/+1
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-2/+2
* A small update for the YM2610 core, which resets the PCM and Delta-T memory r... Scott Stone2010-05-271-0/+17
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-272-4/+4
* Rename tms5110_romclk_r to tms5110_romclk_hack_r. This is just a timer runnin... Couriersud2010-05-262-14/+29
* Added a readyq callback to the TMS5220 interface. This is needed to solve MT ... Couriersud2010-05-242-5/+34
* Big update to comments in tms5220.c, also redid LFSR again to be slightly mor... Jonathan Gevaryahu2010-05-161-111/+80
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-2/+2
* Incremental tms52xx improvements, removal of incorrect code. Does not affect ... Jonathan Gevaryahu2010-05-121-25/+32
* Made tms5220 DEBUG_GENERATION more useful and simplified the code in the proc... Jonathan Gevaryahu2010-05-101-16/+11
* Fixed up tms52xx clip/wrap function arrangement to be much more sane, and pro... Jonathan Gevaryahu2010-05-091-24/+48
* Minor update to the way digital/analog select works. no whatsnew. Jonathan Gevaryahu2010-05-091-7/+8
* tms5220: Remove unnecessary interpolation code; Add extra check to make unvoi... Jonathan Gevaryahu2010-05-091-26/+3
* Fix a mistake in the interpolation logic, it should now properly delay interp... Jonathan Gevaryahu2010-05-091-31/+33
* Add 'Unrealistically Perfect Interpolation' debug mode; Fix a potential issue... Jonathan Gevaryahu2010-05-091-20/+72
* More cleanup of the lpc tables; Replaced tms5220C pitch table with the tms522... Jonathan Gevaryahu2010-05-091-56/+50
* Cleanups and version bump. Aaron Giles2010-05-053-9/+9
* Simplified and fixed tms52xx zpar code, output is less glitchy. no whatsnew. Jonathan Gevaryahu2010-05-041-35/+17
* Redid parameter interpolation and frame load logic so new frames don't immedi... Jonathan Gevaryahu2010-05-031-28/+50
* Fix very minor bug with pitch count wrapping (was sometimes wrapping to 1 ins... Jonathan Gevaryahu2010-05-031-8/+5
* revert change to chirp tables, since rereading the patent makes it clear this... Jonathan Gevaryahu2010-05-031-20/+19
* Fix ZPAR (zeroed k parameters 5-10) behavior for unvoiced frames. Updated com... Jonathan Gevaryahu2010-05-031-9/+36
* Make New and Old frames store indexes instead of actual frame values, this al... Jonathan Gevaryahu2010-05-022-82/+82
* Fixed the chirp rom being one sample shorter than it should have been (0-50 i... Jonathan Gevaryahu2010-04-302-68/+67
* Cleaned up ranout (FIFO running out mid-frame) to be accurate to hardware; Jonathan Gevaryahu2010-04-291-74/+64
* Fix race condition involving tms52xx status register which broke victory/vict... Jonathan Gevaryahu2010-04-281-32/+68
* vrender0.c: converted to be a device [Fabio Priuli] Fabio Priuli2010-04-261-1/+3
* gah, that // HACK line was NOT supposed to be committed. no whatsnew. Jonathan Gevaryahu2010-04-261-1/+0
* make DEBUG_PARSE_FRAME_DUMP actually print correct data for voiced frames... ... Jonathan Gevaryahu2010-04-261-1/+1
* not worth mention: made MAME compile again Fabio Priuli2010-04-261-1/+3
* Replaced the DEBUG_FRAME_DUMP define with a new DEBUG_PARSE_FRAME_DUMP which ... Jonathan Gevaryahu2010-04-261-42/+46
* Minor change for experimentation. Will soon be revamping debug stuff to print... Jonathan Gevaryahu2010-04-261-6/+8
* Made /READY timing accurate to the real chip as best as possible. Note that o... Jonathan Gevaryahu2010-04-251-5/+5
* Adds back the pat4335277 LPC table to tms5110r.c for reference (since it is d... Jonathan Gevaryahu2010-04-251-1/+72
* Fix compile error when DEBUG_GENERATION is defined [Oliver Stoneberg] Jonathan Gevaryahu2010-04-251-1/+1
* SCSP updates [PluginNinja] R. Belmont2010-04-251-38/+50
* AICA updates: [PluginNinja] R. Belmont2010-04-251-87/+49
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-235-10/+10
* "Replaced" TMS5220 table with table extracted using PROMOUT from actual chip. Jonathan Gevaryahu2010-04-232-36/+42
* Replaced TMS5200 table with table extracted using PROMOUT from actual chip. m... Jonathan Gevaryahu2010-04-221-39/+36
* Cleanups and version bump. Aaron Giles2010-04-211-59/+59
* Fix a silly sign bug with multiplier wrapping. no whatsnew. Jonathan Gevaryahu2010-04-211-6/+6
* Clean up interpolation inhibit logic, may sound slightly better now. Minor fi... Jonathan Gevaryahu2010-04-182-142/+89