summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/filemngr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/filemngr.cpp')
0 files changed, 0 insertions, 0 deletions
835248fab9?s=13&d=retro' /> ajrhacker2019-10-231-0/+3 * ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-17/+17 * (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+12 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+12 * turrett: fixed MT07244 (nw) Patrick Mackinlay2019-02-281-1/+1 * Fix clang error: reference to non-static member function must be called (nw) AJR2019-02-191-1/+1 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-11/+11 * Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1 * r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-15/+7 * nothing precious about r3000 irq numbers (nw) Patrick Mackinlay2018-11-051-5/+5 * -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-1/+1 * Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6 * Make MCFG_DEVICE_ADD and callable device types more flexible: