summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use std::forward_list instead of custom linked structure and eliminate last u... AJR2019-12-042-27/+21
* screen: leftover debug printf (nw) hap2019-11-261-1/+0
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-243-83/+35
* disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory ins... AJR2019-11-243-21/+15
* -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy2019-11-241-1/+1
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-242-31/+31
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-231-3/+4
* I give up, can't keep all the compilers happy (nw) Vas Crabb2019-11-211-3/+4
* constexpr, constructor delegation, integer_sequence, oh my! (hopefully fix MS... Vas Crabb2019-11-211-8/+7
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-216-1072/+1207
* add <cassert,map,memory,string> for completeness, even though it will arrive ... Vas Crabb2019-11-211-0/+4
* fix clang build (nw) Vas Crabb2019-11-211-1/+5
* UI input mapping menu updates: Vas Crabb2019-11-213-225/+122
* simplest change possible to fix display of codes starting with 'not' - e.g. t... Vas Crabb2019-11-201-1/+1
* restore code cleaning behaviour prior to ae2cc6853d935d3daeadd84b0b740af82ea9... Vas Crabb2019-11-201-11/+13
* -save: Print the name of non-fundamental save_items when fatalerroring, for e... MooglyGuy2019-11-181-3/+3
* ioport.cpp: small cleanup (nw) Vas Crabb2019-11-191-3/+4
* fix option conflict (nw) Vas Crabb2019-11-181-1/+1
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-1810-71/+83
* misc cleanup: Vas Crabb2019-11-1813-142/+121
* Remove internal autofire functionality as there's a plugin for that now (#5802) Vas Crabb2019-11-173-41/+5
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-164-1/+13
* cgsix: Add raw parameters for screen (nw) AJR2019-11-161-0/+1
* schedule: pick some really low-hanging fruit (nw) Vas Crabb2019-11-152-43/+53
* Correct one XTAL value (nw) AJR2019-11-131-0/+1
* These two should be noexcept as well (nw) AJR2019-11-092-4/+4
* assert aborts on failure - abort is not an exception. conditional noexcept i... Vas Crabb2019-11-106-27/+19
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-097-59/+69
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-104-93/+102
* Cleaned up Virtal Boy slot code. Vas Crabb2019-11-101-3/+2
* -screen: Only clear or allocate scan bitmaps in excess of the previous height... MooglyGuy2019-11-051-11/+30
* (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... Vas Crabb2019-11-051-16/+16
* Set global locale when parsing with nanosvg - fixes SVG display issues when l... Vas Crabb2019-11-051-0/+10
* -screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw MooglyGuy2019-11-032-28/+63
* Spring cleaning: Vas Crabb2019-11-0114-255/+407
* screen.cpp: remove leftover debug print (nw) Vas Crabb2019-10-291-5/+0
* (nw) move some stuff to an anonymous namespace, and fully specialise template... Vas Crabb2019-10-261-50/+54
* tilemap.cpp: Relax assert and do some sanity checks (fixes mtrain and strain ... AJR2019-10-261-14/+20
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2623-1263/+1110
* srcclean (nw) Vas Crabb2019-10-263-4/+4
* dvmemory: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-252-11/+10
* disable VALIDATE_REFCOUNTS, due to nforcepc installing a device map while a h... smf-2019-10-251-1/+1
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-253-18/+10
* New machines marked as NOT_WORKING AJR2019-10-251-0/+1
* -screen: Added support for screens that vary horizontal width mid-frame, and ... MooglyGuy2019-10-243-63/+266
* Spelling (#5796) Zoë Blade2019-10-241-1/+1
* Tidy grammar Zoë Blade2019-10-231-2/+2
* Ref count in flight calls when a tap is installed, plus fix for less permissi... smf-2019-10-212-4/+12
* ref count in flight calls, fixes MT07456 [O. Galibert, smf] smf-2019-10-211-0/+8
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-166-46/+303