summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-232-21/+23
* | debugcmd.cpp: Correct the error message too (nw) AJR2019-09-231-1/+1
* | fix up srcclean (nw) Vas Crabb2019-09-221-1/+1
* | srcclean (nw) Vas Crabb2019-09-223-9/+9
* | Fix debugger dump command for address-shifted spaces AJR2019-09-211-11/+8
* | aa310: Fix catastrophic configuration error and add assert to catch similar f... AJR2019-09-201-0/+1
* | (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-208-36/+46
* | (nw) misc cleanup: Vas Crabb2019-09-205-8/+13
|/
* (nw) more misc cleanup: Vas Crabb2019-09-173-53/+50
* drawgfx.cpp: Attempted fix for -Wunused-lambda-capture errors (nw) AJR2019-09-161-2/+2
* Merge pull request #5634 from vadosnaprimer/throttling_tweak R. Belmont2019-09-161-1/+1
|\
| * don't force throttling while paused feos2019-09-141-1/+1
* | drawgfxm.h: Rename to drawgfxt.ipp and replace the mega-macros with template ... AJR2019-09-164-1470/+2040
* | Eliminate extract_scanline8/16/32, replacing the scant existing usage with st... AJR2019-09-163-120/+0
* | PORT_CUSTOM simplification (nw) AJR2019-09-142-14/+18
|/
* emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) cam9002019-09-132-0/+67
* Merge pull request #5614 from npwoods/natkeyboard_std_array R. Belmont2019-09-112-9/+6
|\
| * Changing some arrays to use std::array<> in natkeyboard npwoods2019-09-102-9/+6
* | Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-10/+3
* | Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-107-86/+84
|/
* render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-1/+21
* dragon32: Added JCB Speech Synthesis cartridge. Nigel Barnes2019-09-071-0/+1
* rendlay.cpp: Remove useless c_str calls (nw) AJR2019-09-061-5/+1
* i8251: Preliminary addition of synchronous support. Robbbert2019-09-061-4/+3
* Merge pull request #5572 from MoochMcGee/master R. Belmont2019-08-311-3/+3
|\
| * Fix some clang warnings (nw) MoochMcGee2019-08-311-3/+3
* | Exposing running_machine::exit_pending() and npwoods2019-08-281-0/+1
|/