summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms5220.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1953/+0
* TMS5220 and TMS5110: Fix an off-by-one in the interpolator causing the k5 coe... Lord-Nightmare2015-09-131-1/+1
* tms5220.c: whitespace cleanup (n/w) Lord-Nightmare2015-09-111-3/+0
* remove outdated comments, and other comment updates to tms5220 (nw) Lord-Nightmare2015-08-301-7/+2
* TMS5220: Purge process() of gotos to hopefully make the compiler's optimizer ... Lord-Nightmare2015-08-281-250/+247
* TMS5220: implemented talk status state machine properly as shown by patent. G... Lord-Nightmare2015-08-271-178/+207
* Fix interpolation on TMS52xx to match samples from real chip. [PlgDavid, Lord... Lord-Nightmare2015-08-191-3/+7
* attempt 1 at fixing the initial coefficient index values (nw) Lord-Nightmare2015-08-141-6/+24
* minor cleanups to tms5220 so savestate and member variables are in the same o... Lord-Nightmare2015-08-131-4/+7
* tms5110.c and tms5220.c: fix missing cast for chirp/excitation values, fix a ... Lord-Nightmare2015-06-141-2/+2
* tms5110r.c: Add new LPC table data for CD2802, CD2801; TMS5110A/TMC0281D; add... Lord-Nightmare2015-06-111-1/+1
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* lot of license updates according to logs, whatsnew and mails (nw) Miodrag Milanovic2015-05-141-1/+1
* License tagging (n/w) Lord-Nightmare2015-05-101-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Tidy more whitespace Zoë Blade2015-04-081-1/+1
* tms5220: some preparation for a possible future merge of tms51xx and 52xx int... Lord-Nightmare2015-03-291-13/+15
* portrait.c, spool99.c, stactics.c, tunhunt.c: added / enabled save state supp... Ivan Vangelista2015-03-281-0/+6
* fixed usage of uninitialized member in tms5220_device (nw) Oliver Stöneberg2014-05-131-1/+1
* fixed usage of uninitialized member in tms5220_device (nw) Oliver Stöneberg2014-04-281-0/+1
* renamed tms5110r.c to tms5110r.inc Oliver Stöneberg2014-03-191-1/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* small DEVICE_START cleanup (nw) Oliver Stöneberg2013-08-031-6/+0
* Add support for CD2501ECD variant of tms52xx, used in the TI 99/8 prototype. Jonathan Gevaryahu2013-07-301-29/+50
* Doing the dummy read immediately on reset. Michael Zapf2013-07-221-2/+8
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-6/+6
* Inserted checks to prevent debugger access. (nw) Michael Zapf2013-06-091-10/+16
* tms5220: minor wip, commented for now. (no whatsnew) Jonathan Gevaryahu2013-05-291-0/+13
* modernised TMS5220 [smf] smf-2013-05-141-2065/+510
* tms5220.c: Based on decap analysis, both the TMS5220 and TMS5220C use identic... Jonathan Gevaryahu2013-04-161-14/+11
* die, typo, DIE! (no whatsnew) Jonathan Gevaryahu2013-04-121-1/+1
* tms5220.c: updated many comments, changed a variable name, and made some mino... Jonathan Gevaryahu2013-04-121-93/+72
* tms5220.c: minor comment updates, no whatsnew Jonathan Gevaryahu2013-04-051-9/+5
* tms5220.c: Extremely minor fix for Speak External based on the 5220c and 5200... Jonathan Gevaryahu2013-04-041-18/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-219/+218
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-153/+153
* tms5220.c: Got rid of most of the excitation (voicing) hacks. Jonathan Gevaryahu2012-11-131-419/+342
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-53/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-5/+136
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-18/+41
* Class re-implementation, appended to legacy version [Michael Zapf] (nw) Michael Zapf2012-06-251-1/+1386
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* TMS5220: Force OLDP and OLDE to be updated only on the A Jonathan Gevaryahu2011-06-121-11/+21
* TMS52xx: Minor updates to the comments and the disabled-by-default Jonathan Gevaryahu2011-05-271-10/+17
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1