summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* addrmap: Remove the now-unused macros [Vas Crabb, Robbbert] Olivier Galibert2018-04-211-162/+0
* debughlp.cpp: document dumpo command (nw) Ivan Vangelista2018-04-201-10/+11
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-201-3/+4
* Remove set_digit_value and deprecate set_lamp_value and set_led_value for the... AJR2018-04-131-3/+2
* emupal.h: Remove underscores from template parameter names (nw) AJR2018-04-132-14/+14
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-135-39/+7
* pc9801_86: add clocks (nw) cracyc2018-04-131-0/+3
* Relax constraints on address mirroring/global mask combinations. Mirror bits ... AJR2018-04-112-3/+7
* diexec: Note flaw in INPUT_LINE_RESET implementation (nw) AJR2018-04-081-0/+1
* Fix fencepost in memory_manager::region_containing, which caused regions to b... smf-2018-04-071-1/+1
* Now that was a subtle one... (nw) Olivier Galibert2018-04-051-0/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-5/+6
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-025-0/+137
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-015-74/+33
* cleaner handling of layout parsing errors (nw) Vas Crabb2018-03-292-84/+98
* fix scheduling session events from debugger (nw) Vas Crabb2018-03-291-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-2815-375/+188
* Added possibility of building using system pugixml Julian Sikorski2018-03-271-2/+1
* check for error before reporting it (nw) Vas Crabb2018-03-261-1/+2
* Allow machine configuration to specify BIOS easily, move default BIOS selecti... Vas Crabb2018-03-264-51/+84
* cdc721: Start adding devices and handlers (nw) AJR2018-03-251-0/+1
* Merge branch 'master' of https://github.com/mamedev/mame Vas Crabb2018-03-251-0/+3
|\
| * dirom.cpp: add missing license header (nw) hap2018-03-241-0/+3
* | don't sleepcode - for some reason this only upset GCC, not clang (nw) Vas Crabb2018-03-251-2/+0
* | get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-252-124/+0
|/
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-257-178/+126
* gstream : Add precalculated RGB Palette for X2222 drawing gfxs, Cleanup dupli... cam9002018-03-242-1/+14
* Include option and file names in fatal error message for failure to load image AJR2018-03-221-2/+4
* vgmplay: Disable POKEY and QSound devices if not required AJR2018-03-221-4/+4
* Eliminate vestigial member that was behind machine().first_screen() (nw) AJR2018-03-212-8/+1
* M1COMM, M2COMM, S32COMM: Updates to simulation (#3369) Ariane Fugmann2018-03-212-0/+3
* validity check: test all 32 results from count_leading_zeros() & count_leadin... smf-2018-03-211-10/+12
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-0/+12
* New machines marked as NOT_WORKING AJR2018-03-151-0/+2
* Cycle-accurate DSP16 core (disabled in QSound for performance reasons) Vas Crabb2018-03-151-1/+1
* Some corners of C/C++ are just a pain (nw) Olivier Galibert2018-03-141-1/+1
* addrmap: Fix subtle bug with nonsubtle effects, also ensure initialization (nw) Olivier Galibert2018-03-141-1/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-4/+5
* Rename some memory stuff (nw) Olivier Galibert2018-03-142-52/+180
* Fix masking of offset expressions in debug view of address-shifted spaces (nw) AJR2018-03-121-8/+2
* trs80.cpp: Derive almost all clocks from actual XTALs, including screen raw p... AJR2018-03-121-0/+3
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-127-172/+172
* Better fix for find command (nw) AJR2018-03-121-2/+2
* Fix debugger find command for address-shifted spaces AJR2018-03-121-4/+4
* Fix watchpoint view for address-shifted spaces AJR2018-03-111-2/+2
* Address performance concerns with previous change to screen.h/.cpp, nw mooglyguy2018-03-112-2/+6
* Fix output of wplist debug command for address-shifted spaces AJR2018-03-111-2/+2
* Fix extent of debug view of address-shifted memory spaces AJR2018-03-111-2/+4
* rgbsse: Fix scaling functions for negative values. Fixes graphical anomalies... Ted Green2018-03-111-11/+13