summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-0412-121/+212
* debughlp.cpp: replaced references to 'decrypted opcodes' with 'opcodes', as s... Ivan Vangelista2018-05-021-5/+5
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-028-157/+325
* GCC 8 again (nw) arbee2018-05-011-1/+1
* Route sound relative to current device. Vas Crabb2018-05-015-78/+149
* Get rid of the assert replacement. It prevents you from using assert in Vas Crabb2018-05-011-4/+0
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-015-78/+85
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-307-43/+83
* devcb updates (nw) AJR2018-04-294-6/+62
* Make devopt menu localisable. Vas Crabb2018-04-285-61/+138
* duh (nw) Vas Crabb2018-04-281-1/+1
* Sarayan made me do it. Vas Crabb2018-04-286-43/+68
* srcclean (nw) Vas Crabb2018-04-222-94/+94
* 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