summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-247-74/+70
| * Fix Clang build (nw) Miodrag Milanovic2016-04-241-8/+8
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2456-225/+218
| * ioport.cpp: extended core input to support up to 10 players. etabeta782016-04-242-1/+111
* | Machine management cleanups AJR2016-04-257-15/+39
|/
* Move a few odds and ends out of the emu core AJR2016-04-235-579/+1
* softlist.cpp: add support for "rom_ignore". [Fabio Priuli] etabeta782016-04-231-0/+2
* cleanup (nw) Miodrag Milanovic2016-04-231-14/+0
* Removed specific filter implementation and merged it with placed where used (nw) Miodrag Milanovic2016-04-232-367/+0
* move vector to video devices (nw) Miodrag Milanovic2016-04-232-448/+0
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-23113-37957/+255
* video.cpp: create final snapshot on -str runs even for screenless systems. Fi... Ivan Vangelista2016-04-221-9/+6
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-2211-473/+512
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-217-192/+199
* Implemented handling for u_screen_scale and u_screen_offset (nw) ImJezze2016-04-212-5/+5
* fix sdl build. (nw) dankan18902016-04-2112-25/+6
* Fix VS compile. Apparently VS doesn't like reintepret_cast<int>(0) - weird. Brad Hughes2016-04-201-2/+2
* luaengine: shrug (nw) cracyc2016-04-201-2/+2
* Cleanup (nw) Miodrag Milanovic2016-04-203-10/+10
* Isolate CLI part (nw) Miodrag Milanovic2016-04-206-137/+83
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-2055-1123/+1019
|\
| * Iterate over devices C++11 style AJR2016-04-1855-1123/+1019
* | Forced reset in order to properly apply some options. (nw) dankan18902016-04-206-4/+24
* | luaengine: save a copy of the search path so it doesn't get thrown away (nw) cracyc2016-04-192-18/+34
|/
* plugins/cheat: clear popmessage (nw) cracyc2016-04-172-28/+42
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+1
* Added reasonable texcoord handling without known examples (nw) ImJezze2016-04-171-10/+10
* added print_verbose, print_info, print_debug and print_error to lua, and used... Miodrag Milanovic2016-04-162-0/+52
* Fixed texture coordinates for vector screen quad (nw) ImJezze2016-04-161-1/+32
* plugins/cheat: load multiple files and fix load failure (nw) cracyc2016-04-162-4/+63
* remove dependency (nw) Miodrag Milanovic2016-04-161-1/+0
* Merge pull request #812 from jmallach/program-name Miodrag Milanović2016-04-162-6/+6
|\
| * Make display_help() use exename to print MAME's program name. Jordi Mallach2016-04-162-6/+6
| * Show mame's program name lowercase in help output. Santiago Vila2016-04-151-3/+3
* | added advanced options to per-machine configuration. (nw) dankan18902016-04-152-1/+7
* | plugins/cheat: fix some stuff (nw) cracyc2016-04-152-50/+93
* | ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-1512-216/+424
* | Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-1523-66/+77
* | lower deps on clifront.h (nw) Miodrag Milanovic2016-04-157-7/+8
|/
* Merge pull request #811 from ajrhacker/static_config Miodrag Milanović2016-04-154-10/+0
|\
| * Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-144-10/+0
* | screen: Fix alpha handling, cdkong looks good now [O. Galibert] Olivier Galibert2016-04-141-0/+9
* | Removed hacks for vector screens from shaders (nw) ImJezze2016-04-131-11/+26
* | Fixed MT06019: Wrong default bios outputted with -listxml command. dankan18902016-04-131-1/+7
* | * Make softwares -> software changes actually read properly Vas Crabb2016-04-132-3/+3
* | Make core vector-related slider handling slightly less egregious, nw therealmogminer@gmail.com2016-04-123-80/+48
* | Merge pull request #776 from jmallach/typos R. Belmont2016-04-128-14/+14
|\ \
| * | Typo fix: threshhold → threshold Jordi Mallach2016-04-013-3/+3
| * | Typo fix: softwares → software Jordi Mallach2016-04-013-5/+5
| * | Typo fix: nonexistant → nonexistent Jordi Mallach2016-04-012-6/+6