summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-4/+0
* diexec: Interrupt API changes (nw) AJR2018-05-183-28/+50
* prune upfront - makes the other stuff cheaper (nw) Vas Crabb2018-05-181-11/+5
* try this for size - emu.h no net change (nw) Vas Crabb2018-05-183-35/+9
* WARNING emu.h recompile! Curt Coder2018-05-183-8/+44
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+56
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-56/+7
* sound.cpp: Turn this check into an assert now that the caller should prevent ... AJR2018-05-151-3/+1
* sound.cpp: Perform the sanity check from a0137c10da45fe10e52f9debcf00b266f223... AJR2018-05-151-3/+3
* sound: If stream->update() is done going back in time (originating from Olivier Galibert2018-05-151-0/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-157-70/+54
* Make debugger dump command work with unaligned addresses AJR2018-05-141-6/+6
* Fix NATIVE_MASK, should unbreak all non-zero-address-shift CPUs (nw) Olivier Galibert2018-05-131-3/+3
* (nw) Fixed spelling mistakes Robbbert2018-05-141-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-134-20/+37
* Add topcat asic (#3558) Sven Schnelle2018-05-111-0/+1
* topspeed.cpp : Minor cleanups, Add arrays for reduce duplicates (#3454) cam9002018-05-121-0/+1
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-113-1/+11
* debug: Simplify now obsolete and buggy memory access code [O. Galibert] Olivier Galibert2018-05-111-94/+24
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-117-457/+714
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-30/+3
* forgot to git add one line again (nw) Vas Crabb2018-05-081-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-085-86/+156
* dipalette: Fix faulty assertion that was breaking nes_vt.cpp in debug builds ... AJR2018-05-061-1/+1
* (nw) misc follow-up Vas Crabb2018-05-062-11/+13
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0614-87/+57
* 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