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