summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-2625-135/+128
* whoops (nw) Lord-Nightmare2015-08-251-0/+1
* fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with uni... hap2015-08-261-1/+1
* fix typos in intelfsh.c (nw) Luca Elia2015-08-251-2/+2
* HFDC: Added dip switch "wait for HD" (later models) Michael Zapf2015-08-252-3/+14
* patch noise (nw) Vas Crabb2015-08-251-249/+0
* OS/2 patch for 0.164 [KO Myung-Hun] Vas Crabb2015-08-252-0/+254
* Added new cartridge types 378 (w/o GROM), 379 Michael Zapf2015-08-243-80/+166
* Guarding against inappropriate use Michael Zapf2015-08-241-15/+21
* fix stupid typo, doesn't fix the cvs.c goldbug sound inconsistency yet (nw) Lord-Nightmare2015-08-231-1/+1
* leland: fix MT05377 MT05709 and MT05435 (hopefully) cracyc2015-08-232-14/+7
* tms51xx: removed target_x variables in favor of reloading from coefficient RO... Lord-Nightmare2015-08-232-132/+102
* Moved nltool.c and nlwav.c into src/emu/netlist/prg. couriersud2015-08-2312-54/+984
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-2336-456/+526
* Just some logging improvement Michael Zapf2015-08-232-2/+3
* Invoke step on cylinder change Michael Zapf2015-08-232-16/+6
* fix startup crash on running any system using floppy.c (nw) Lord-Nightmare2015-08-231-0/+1
* Added some state save items Michael Zapf2015-08-232-0/+16
* Step sound is now triggered on edge, not level Michael Zapf2015-08-222-9/+18
* typos (nw) Luca Elia2015-08-221-2/+2
* Minor changes to AT29x and logging. Michael Zapf2015-08-222-24/+19
* Geneve: Added boot flash ROM support (PFM) Michael Zapf2015-08-224-105/+298
* New AT29 flash EEPROM circuits Michael Zapf2015-08-216-550/+659
* Fix travis compile (hopefully). (nw) couriersud2015-08-211-1/+1
* Increase performance from 53% to 69% for matrix size around 30x30. These couriersud2015-08-212-25/+38
* Converted USE_PIVOT into runtime option PIVOT. Fixed some issues for couriersud2015-08-2113-172/+879
* Added samples; changed file name. Michael Zapf2015-08-201-2/+2
* Floppy sounds WIP. See comments in floppy.c. Michael Zapf2015-08-207-8/+239
* namco system 10 checkpoint, startrgn does a new flash access and Olivier Galibert2015-08-202-1/+11
* comments (nw) Stiletto2015-08-201-0/+65
* c128: Emulated the PARTNER 128 cartridge. [Curt Coder] Curt Coder2015-08-192-23/+37
* nw - I do not know why this was there, but it seems dumb. therealmogminer@gmail.com2015-08-191-3/+0
* Fix interpolation on TMS52xx to match samples from real chip. [PlgDavid, Lord... Lord-Nightmare2015-08-191-3/+7
* New games marked as GAME_NOT_WORKING ------------------------------------ ROL... Ville Linde2015-08-184-1/+140
* Merge pull request #286 from fulivi/hp64k_dev2 R. Belmont2015-08-172-9/+12
|\
| * i8251: rx and tx data buffers separated fulivi2015-08-172-9/+12
* | Fix netlist build (nw) Vas Crabb2015-08-171-2/+2
* | tmp68301.c: fix masking of parallel data register Luca Elia2015-08-162-3/+9
* | intelfsh.c: add support for TMS29F040 variant Luca Elia2015-08-162-6/+34
* | Fix debug build. (nw) Sandro Ronco2015-08-162-4/+4
* | Fixed setname size for MSX Moonsound to fall within range for other setnames ... Scott Stone2015-08-151-1/+1
* | increased MAX_TEXTURE_SCALES to 16 hap2015-08-151-1/+1
* | ATTN mmicko - reverted wav output fix "video.c : recompute_speed even if we s... hap2015-08-151-1/+1
* | Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-1530-159/+172
* | attempt 1 at fixing the initial coefficient index values (nw) Lord-Nightmare2015-08-142-12/+51
* | Some netlist_time maintenance. Straightened code using it and added couriersud2015-08-147-53/+83
* | c128: PARTNER 128 WIP. (nw) Curt Coder2015-08-142-20/+134
* | naomi: reduce tagmap lookups (nw) Wilbert Pol2015-08-142-3/+6
* | Forgot to update the interpolation tables to use the "IP" (0,1,2,3,4,5,6,7) i... Lord-Nightmare2015-08-142-22/+16
* | Replaced the frame parse and speech generation code from tms5110.c with the c... Lord-Nightmare2015-08-133-366/+668