| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0165 |  Miodrag Milanovic | 2015-08-26 | 25 | -135/+128 |
| * | whoops (nw) |  Lord-Nightmare | 2015-08-25 | 1 | -0/+1 |
| * | fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with uni... |  hap | 2015-08-26 | 1 | -1/+1 |
| * | fix typos in intelfsh.c (nw) |  Luca Elia | 2015-08-25 | 1 | -2/+2 |
| * | HFDC: Added dip switch "wait for HD" (later models) |  Michael Zapf | 2015-08-25 | 2 | -3/+14 |
| * | patch noise (nw) |  Vas Crabb | 2015-08-25 | 1 | -249/+0 |
| * | OS/2 patch for 0.164 [KO Myung-Hun] |  Vas Crabb | 2015-08-25 | 2 | -0/+254 |
| * | Added new cartridge types 378 (w/o GROM), 379 |  Michael Zapf | 2015-08-24 | 3 | -80/+166 |
| * | Guarding against inappropriate use |  Michael Zapf | 2015-08-24 | 1 | -15/+21 |
| * | fix stupid typo, doesn't fix the cvs.c goldbug sound inconsistency yet (nw) |  Lord-Nightmare | 2015-08-23 | 1 | -1/+1 |
| * | leland: fix MT05377 MT05709 and MT05435 (hopefully) |  cracyc | 2015-08-23 | 2 | -14/+7 |
| * | tms51xx: removed target_x variables in favor of reloading from coefficient RO... |  Lord-Nightmare | 2015-08-23 | 2 | -132/+102 |
| * | Moved nltool.c and nlwav.c into src/emu/netlist/prg. |  couriersud | 2015-08-23 | 12 | -54/+984 |
| * | Created a separate logging class. Netlist code should now be at least |  couriersud | 2015-08-23 | 36 | -456/+526 |
| * | Just some logging improvement |  Michael Zapf | 2015-08-23 | 2 | -2/+3 |
| * | Invoke step on cylinder change |  Michael Zapf | 2015-08-23 | 2 | -16/+6 |
| * | fix startup crash on running any system using floppy.c (nw) |  Lord-Nightmare | 2015-08-23 | 1 | -0/+1 |
| * | Added some state save items |  Michael Zapf | 2015-08-23 | 2 | -0/+16 |
| * | Step sound is now triggered on edge, not level |  Michael Zapf | 2015-08-22 | 2 | -9/+18 |
| * | typos (nw) |  Luca Elia | 2015-08-22 | 1 | -2/+2 |
| * | Minor changes to AT29x and logging. |  Michael Zapf | 2015-08-22 | 2 | -24/+19 |
| * | Geneve: Added boot flash ROM support (PFM) |  Michael Zapf | 2015-08-22 | 4 | -105/+298 |
| * | New AT29 flash EEPROM circuits |  Michael Zapf | 2015-08-21 | 6 | -550/+659 |
| * | Fix travis compile (hopefully). (nw) |  couriersud | 2015-08-21 | 1 | -1/+1 |
| * | Increase performance from 53% to 69% for matrix size around 30x30. These |  couriersud | 2015-08-21 | 2 | -25/+38 |
| * | Converted USE_PIVOT into runtime option PIVOT. Fixed some issues for |  couriersud | 2015-08-21 | 13 | -172/+879 |
| * | Added samples; changed file name. |  Michael Zapf | 2015-08-20 | 1 | -2/+2 |
| * | Floppy sounds WIP. See comments in floppy.c. |  Michael Zapf | 2015-08-20 | 7 | -8/+239 |
| * | namco system 10 checkpoint, startrgn does a new flash access and |  Olivier Galibert | 2015-08-20 | 2 | -1/+11 |
| * | comments (nw) |  Stiletto | 2015-08-20 | 1 | -0/+65 |
| * | c128: Emulated the PARTNER 128 cartridge. [Curt Coder] |  Curt Coder | 2015-08-19 | 2 | -23/+37 |
| * | nw - I do not know why this was there, but it seems dumb. |  therealmogminer@gmail.com | 2015-08-19 | 1 | -3/+0 |
| * | Fix interpolation on TMS52xx to match samples from real chip. [PlgDavid, Lord... |  Lord-Nightmare | 2015-08-19 | 1 | -3/+7 |
| * | New games marked as GAME_NOT_WORKING ------------------------------------ ROL... |  Ville Linde | 2015-08-18 | 4 | -1/+140 |
| * | Merge pull request #286 from fulivi/hp64k_dev2 |  R. Belmont | 2015-08-17 | 2 | -9/+12 |
| |\ |
|
| | * | i8251: rx and tx data buffers separated |  fulivi | 2015-08-17 | 2 | -9/+12 |
| * | | Fix netlist build (nw) |  Vas Crabb | 2015-08-17 | 1 | -2/+2 |
| * | | tmp68301.c: fix masking of parallel data register |  Luca Elia | 2015-08-16 | 2 | -3/+9 |
| * | | intelfsh.c: add support for TMS29F040 variant |  Luca Elia | 2015-08-16 | 2 | -6/+34 |
| * | | Fix debug build. (nw) |  Sandro Ronco | 2015-08-16 | 2 | -4/+4 |
| * | | Fixed setname size for MSX Moonsound to fall within range for other setnames ... |  Scott Stone | 2015-08-15 | 1 | -1/+1 |
| * | | increased MAX_TEXTURE_SCALES to 16 |  hap | 2015-08-15 | 1 | -1/+1 |
| * | | ATTN mmicko - reverted wav output fix "video.c : recompute_speed even if we s... |  hap | 2015-08-15 | 1 | -1/+1 |
| * | | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 30 | -159/+172 |
| * | | attempt 1 at fixing the initial coefficient index values (nw) |  Lord-Nightmare | 2015-08-14 | 2 | -12/+51 |
| * | | Some netlist_time maintenance. Straightened code using it and added |  couriersud | 2015-08-14 | 7 | -53/+83 |
| * | | c128: PARTNER 128 WIP. (nw) |  Curt Coder | 2015-08-14 | 2 | -20/+134 |
| * | | naomi: reduce tagmap lookups (nw) |  Wilbert Pol | 2015-08-14 | 2 | -3/+6 |
| * | | 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 |