summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/d3d
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/d3d')
0 files changed, 0 insertions, 0 deletions
081-7/+1 * volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0 * drivers/d*: macro removal (nw) Ivan Vangelista2020-05-261-24/+24 * lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-4/+4 * Spring cleaning: Vas Crabb2019-11-011-1/+1 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1 * (nw) misc cleanup: Vas Crabb2019-09-201-1/+1 * 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-11/+9 * (nw) Clean up the mess on master Vas Crabb2019-03-261-15/+18 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+15 * volt_reg: set default m_output (nw) hap2019-02-191-1/+0 * volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-5/+6 * screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2 * src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-6/+7 * -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-5/+6 * rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-3/+3 * x2212: Eliminate MCFG_ macros; add pin diagram (nw) AJR2018-07-091-1/+1 * more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-7/+9 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-38/+38 * dectalk.cpp: Eliminate machine().device (nw) AJR2018-05-261-3/+3 * tp84: device_finder stuff. Also removed a bunch of commented-out stuff that w... Ryan Holtz2018-05-261-4/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-22/+25 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3 * New way to provide DAC reference inputs (nw)