| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move a few odds and ends out of the emu core |  AJR | 2016-04-23 | 2 | -207/+0 |
| * | Removed specific filter implementation and merged it with placed where used (nw) |  Miodrag Milanovic | 2016-04-23 | 2 | -367/+0 |
| * | wavwrite.cpp: call to nothrow allocation. |  dankan1890 | 2016-01-29 | 1 | -1/+1 |
| * | Small code cleanup: |  dankan1890 | 2016-01-29 | 1 | -1/+1 |
| * | Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... |  Miodrag Milanovic | 2015-12-21 | 2 | -2/+2 |
| * | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -1/+1 |
| * | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 2 | -4/+4 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 2 | -0/+0 |
| * | making logerror part of machine and device classes [Miodrag Milanovic] |  Miodrag Milanovic | 2015-11-01 | 1 | -2/+2 |
| * | placed back some files that should be part of core (nw) |  Miodrag Milanovic | 2015-09-13 | 4 | -0/+574 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 269 | -112276/+0 |
| * | TMS5220 and TMS5110: Fix an off-by-one in the interpolator causing the k5 coe... |  Lord-Nightmare | 2015-09-13 | 2 | -2/+2 |
| * | tms5220.c: whitespace cleanup (n/w) |  Lord-Nightmare | 2015-09-11 | 1 | -3/+0 |
| * | tms5110.c: minor comment fixes and changes to debugging log data (n/w) |  Lord-Nightmare | 2015-09-11 | 1 | -5/+2 |
| * | Sega Pico PCM improvements [ValleyBell] |  David Haywood | 2015-09-08 | 4 | -19/+128 |
| * | Clean up copyrights on things I shouldn't be listed in. (nw) |  Andrew Gardner | 2015-09-02 | 2 | -2/+2 |
| * | remove outdated comments, and other comment updates to tms5220 (nw) |  Lord-Nightmare | 2015-08-30 | 1 | -7/+2 |
| * | TMS5110: Add same FAST_START_HACK as in tms5220, makes snmath word delay clos... |  Lord-Nightmare | 2015-08-30 | 1 | -1/+11 |
| * | Merge pull request #265 from superctr/master |  R. Belmont | 2015-08-28 | 2 | -27/+10 |
| |\ |
|
| | * | c352: forgot the note/nw |  Ian Karlsson | 2015-07-22 | 1 | -0/+8 |
| | * | c352: define divider constants in the drivers instead. Add a note explaining ... |  Ian Karlsson | 2015-07-22 | 1 | -12/+0 |
| | * | C352: Add divider for System 23, change enum format |  Ian Karlsson | 2015-07-22 | 2 | -19/+6 |
| * | | TMS5110: Purge process() of gotos to hopefully make the compiler's optimizer ... |  Lord-Nightmare | 2015-08-28 | 1 | -241/+229 |
| * | | TMS5220: Purge process() of gotos to hopefully make the compiler's optimizer ... |  Lord-Nightmare | 2015-08-28 | 1 | -250/+247 |
| * | | TMS5220: implemented talk status state machine properly as shown by patent. G... |  Lord-Nightmare | 2015-08-27 | 2 | -191/+220 |
| * | | TMS5110.c: Finally fixed zpar logic correctly. [Lord Nightmare] |  Lord-Nightmare | 2015-08-27 | 2 | -46/+61 |
| * | | TMS51xx: Got rid of the request_bits and FIFO implementation, both of which w... |  Lord-Nightmare | 2015-08-26 | 2 | -144/+17 |
| * | | Cleanups and version bumpmame0165 |  Miodrag Milanovic | 2015-08-26 | 2 | -18/+18 |
| * | | 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 | 2 | -132/+102 |
| * | | typos (nw) |  Luca Elia | 2015-08-22 | 1 | -2/+2 |
| * | | Floppy sounds WIP. See comments in floppy.c. |  Michael Zapf | 2015-08-20 | 2 | -5/+10 |
| * | | Fix interpolation on TMS52xx to match samples from real chip. [PlgDavid, Lord... |  Lord-Nightmare | 2015-08-19 | 1 | -3/+7 |
| * | | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 1 | -2/+2 |
| * | | attempt 1 at fixing the initial coefficient index values (nw) |  Lord-Nightmare | 2015-08-14 | 2 | -12/+51 |
| * | | Forgot to update the interpolation tables to use the "IP" (0,1,2,3,4,5,6,7) i... |  Lord-Nightmare | 2015-08-14 | 2 | -22/+16 |
| * | | Replaced the frame parse and speech generation code from tms5110.c with the c... |  Lord-Nightmare | 2015-08-13 | 3 | -366/+668 |
| * | | minor cleanups to tms5220 so savestate and member variables are in the same o... |  Lord-Nightmare | 2015-08-13 | 2 | -13/+16 |
| * | | Add correct CD2802 chirp rom from decap [Sean Riddle] |  Lord-Nightmare | 2015-08-07 | 1 | -6/+6 |
| * | | rf5c400: document some registers (nw) |  Ville Linde | 2015-08-06 | 1 | -0/+12 |
| * | | wave.c: reduce tagmap lookups (nw) |  Wilbert Pol | 2015-07-31 | 2 | -9/+10 |
| * | | Cleanups and version bumpmame0164 |  Miodrag Milanovic | 2015-07-29 | 5 | -7/+6 |
| * | | Fix a buffer overflow in discrete.c (nw) |  couriersud | 2015-07-29 | 1 | -1/+1 |
| * | | please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... |  Cowering | 2015-07-23 | 1 | -0/+13 |
| * | | Merge branch 'master' of https://github.com/mamedev/mame |  angelosa | 2015-07-23 | 2 | -15/+35 |
| |\ \ |
|
| | * | | namcona1.c: added save state support (nw) |  Ivan Vangelista | 2015-07-22 | 2 | -15/+35 |
| | |/ |
|
| * / | MSLC port in SCSP writes seems to mask with 0xf800 according to Jikkyou Oshab... |  angelosa | 2015-07-23 | 1 | -2/+4 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/mamedev/mame |  angelosa | 2015-07-21 | 2 | -3/+61 |
| |\ |
|