summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtal.cpp: Some more Macintosh XTALs for later use (nw) AJR2019-10-151-0/+3
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-132-7/+11
* xtal: add comment (nw) hap2019-10-131-1/+1
* Merge pull request #5686 from JoakimLarsson/epc_3 Joakim Larsson Edström2019-10-111-0/+1
|\
| * mda: Added Ericsson Monochrome HR Graphics Board 1070 (might be splitted out ... Joakim Larsson Edstrom2019-09-261-0/+1
* | (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-112-10/+10
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* | swtpc8212: Split into separate driver (nw) AJR2019-10-081-0/+1
* | (nw) misc stuff: Vas Crabb2019-10-094-108/+121
* | addrmap.h: Replace assert with emu_fatalerror using helper function (nw) AJR2019-10-051-50/+35
* | addrmap.h: Assert in case subdevice fails to find things (nw) AJR2019-10-041-8/+50
* | 'subwoofer' does not describe a position (nw) Vas Crabb2019-10-051-7/+12
* | Add rudimentary validity checking for address_space_config objects (nw) AJR2019-10-041-1/+12
* | Fix AVI framerate feos2019-10-032-10/+10
* | prof180x: Correct CPU type and XTAL frequency (nw) AJR2019-09-301-1/+1
* | stop breaking msvc (nw) Patrick Mackinlay2019-09-271-1/+2
* | Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-2615-111/+105
|/
* Merge pull request #5683 from vadosnaprimer/sound_callback R. Belmont2019-09-252-0/+4
|\
| * callback after sound update has generated new samples feos2019-09-242-0/+4
* | xtal.cpp: Slight correction to one value (nw) AJR2019-09-251-1/+1
* | tilemap.cpp: Improve contains assert, fixing tilemap viewer in debug build AJR2019-09-231-1/+4