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