summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms5110.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1620/+0
* TMS5220 and TMS5110: Fix an off-by-one in the interpolator causing the k5 coe... Lord-Nightmare2015-09-131-1/+1
* tms5110.c: minor comment fixes and changes to debugging log data (n/w) Lord-Nightmare2015-09-111-5/+2
* TMS5110: Add same FAST_START_HACK as in tms5220, makes snmath word delay clos... Lord-Nightmare2015-08-301-1/+11
* TMS5110: Purge process() of gotos to hopefully make the compiler's optimizer ... Lord-Nightmare2015-08-281-241/+229
* TMS5110.c: Finally fixed zpar logic correctly. [Lord Nightmare] Lord-Nightmare2015-08-271-46/+59
* TMS51xx: Got rid of the request_bits and FIFO implementation, both of which w... Lord-Nightmare2015-08-261-133/+15
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-15/+15
* whoops (nw) Lord-Nightmare2015-08-251-0/+1
* fix stupid typo, doesn't fix the cvs.c goldbug sound inconsistency yet (nw) Lord-Nightmare2015-08-231-1/+1
* tms51xx: removed target_x variables in favor of reloading from coefficient RO... Lord-Nightmare2015-08-231-112/+84
* attempt 1 at fixing the initial coefficient index values (nw) Lord-Nightmare2015-08-141-6/+27
* Forgot to update the interpolation tables to use the "IP" (0,1,2,3,4,5,6,7) i... Lord-Nightmare2015-08-141-3/+1
* Replaced the frame parse and speech generation code from tms5110.c with the c... Lord-Nightmare2015-08-131-331/+607
* tms5110.c and tms5220.c: fix missing cast for chirp/excitation values, fix a ... Lord-Nightmare2015-06-141-11/+7
* tms5110r.c: Add new LPC table data for CD2802, CD2801; TMS5110A/TMC0281D; add... Lord-Nightmare2015-06-111-36/+71
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Update for Frank Palazzolo (nw) Miodrag Milanovic2015-05-221-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
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-3/+3
* fixed usage of uninitialized member in tms5110_device (nw) Oliver Stöneberg2014-12-301-1/+2
* (MESS) Fix VSM rom read through the tms51xx, and add tms6100 hookup to tispea... Lord-Nightmare2014-12-191-16/+43
* tms5110.c: implement output and read bit commands. [Lord Nightmare] Lord-Nightmare2014-12-191-22/+55
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-3/+3
* tmsprom_device: converted to devcb2 (nw) Ivan Vangelista2014-04-241-28/+24
* cvs.c: updated the driver to use modern speech rom reading. [Fabio Priuli] Fabio Priuli2014-04-121-104/+33
* renamed tms5110r.c to tms5110r.inc Oliver Stöneberg2014-03-191-1/+1
* changed text in comment not to get false legacy device notification :) (nw) Miodrag Milanovic2014-03-171-1/+1
* small DEVICE_START cleanup (nw) Oliver Stöneberg2013-08-031-7/+0
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-10/+10
* started to modernise TMS5110 [smf] smf-2013-05-161-727/+439
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-123/+121
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-3/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-89/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-10/+246
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-48/+84
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-19/+19
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-36/+36
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-9/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-12/+12