summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored Bloom ImJezze2016-03-286-65/+30
* analyze weird bootleg input reading code a bit (nw) David Haywood2016-03-281-0/+54
* Merge branch 'master' of https://github.com/mamedev/mame David Haywood2016-03-289-31/+709
|\
| * Move jpeglib.h include where it belongs. No need to include this in couriersud2016-03-282-2/+1
| * Added some notes about Sherman-Morrison. couriersud2016-03-281-0/+25
| * Fix crash in stat output when no calculations were run couriersud2016-03-284-49/+66
| * First version of Sherman-Morrison solver. couriersud2016-03-283-1/+639
| * Fix pivoting and float usage. couriersud2016-03-284-18/+17
* | notes about inputs (nw) David Haywood2016-03-281-3/+18
|/
* misc spyhuntertec.cpp (nw) David Haywood2016-03-281-15/+84
* Merge branch 'master' of https://github.com/mamedev/mame David Haywood2016-03-284-63/+11
|\
| * removed disclaimer since it was not shown anyway and it is known fact (nw) Miodrag Milanovic2016-03-283-30/+8
| * relaxed warning screen by allowing pressing of any button instead of specific... Miodrag Milanovic2016-03-282-33/+3
| * using same check as in clifront, just to check if string is empty (nw) Miodrag Milanovic2016-03-281-1/+1
* | hook up sound cpu in spyhuntpr (nw) David Haywood2016-03-282-21/+40
|/
* pull the tecfri spyhunter bootleg out of the mcr driver, hardware is too diff... David Haywood2016-03-284-424/+654
* ok, make this bootleg work. David Haywood2016-03-281-13/+63
* spartanx bootleg stuff (nw) David Haywood2016-03-281-120/+134
* luaengine: add software name getter (nw) cracyc2016-03-272-0/+12
* new clones David Haywood2016-03-282-0/+45
* sm510: fix ktmnt starts with bomb instead of key hap2016-03-281-1/+1
* rendutil render_load_jpeg: removed unneeded check, deallocate bitmap on error hap2016-03-281-10/+3
* bleah (nw) David Haywood2016-03-271-5/+203
* Merge pull request #751 from PugsyMAME/master Scott Stone2016-03-272-2/+2
|\
| * Update exp.h PugsyMAME2016-03-271-1/+1
| * Update exp.cpp PugsyMAME2016-03-271-1/+1
* | Swap the endianess of the md_slot device bus to big endian, fixing megadriv c... Scott Stone2016-03-271-1/+1
* | Merge branch 'master' of https://github.com/mamedev/mame David Haywood2016-03-277-109/+187
|\ \
| * | xbox.cpp: more usb, usb device from chihiro baseboard now sends some data (nw) yz70s2016-03-273-21/+89
| * | moved emu/ui/util render_load_jpeg to emu/rendutil hap2016-03-274-88/+98
| |/
* / new clones David Haywood2016-03-272-0/+166
|/
* sliders.cpp: Made Alt+Arrow minimize or maximize value. [MooglyGuy] therealmogminer@gmail.com2016-03-271-6/+13
* Adjust some minor things in bgfx, nw therealmogminer@gmail.com2016-03-273-85/+156
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-278-19/+30
* netlist: couriersud2016-03-2711-247/+233
* netlist: couriersud2016-03-279-158/+102
* Merge pull request #746 from system11b/S11pencrim David Haywood2016-03-273-45/+61
|\
| * World rev of Crime Fighters now default, 4P version was made purely for system11b2016-03-273-45/+61
* | Merge pull request #747 from ajrhacker/options_bugfix Miodrag Milanović2016-03-271-2/+2
|\ \
| * | Avoid dereferencing null pointers in set_system_name (nw) AJR2016-03-271-2/+2
* | | tourvis.cpp: Added redump of the Volfied cart. [system11, The Dumping Union] briantro2016-03-271-3/+2
|/ /
* | fix compile (nw) Lord-Nightmare2016-03-261-1/+0
* | Merge pull request #743 from ajrhacker/options R. Belmont2016-03-263-35/+54
|\ \
| * | Remember to load software when the system name doesn't change (nw) AJR2016-03-261-44/+50
| * | Allow software selected from UI to install slot defaults AJR2016-03-263-42/+55
* | | Merge pull request #745 from ImJezze/pull R. Belmont2016-03-265-45/+54
|\ \ \
| * | | Change vector and gameboy preset (nw) ImJezze2016-03-261-1/+1
| * | | Added oversampling option ImJezze2016-03-254-30/+26
| * | | Fixed direction of vector extension ImJezze2016-03-241-15/+11
| * | | Improved junction points of vector lines ImJezze2016-03-231-7/+24