summaryrefslogtreecommitdiffstats
path: root/src/emu/render.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-05 13:14:24 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-05 13:14:24 +1000
commit80929fd865df4509edc9c0085ad45508a1c66a2d (patch)
treee844dfa7345435585178e4a54afffc18c310187f /src/emu/render.cpp
parent8a486461e98cd8f4a340f49123151e44180c7365 (diff)
(nw) Validation
Diffstat (limited to 'src/emu/render.cpp')
0 files changed, 0 insertions, 0 deletions
4 17:14:21 +1000'>2022-06-041-27/+24 * init vars for coverity (drivers/t,u) Robbbert2022-03-251-5/+5 * Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-5/+5 * Cleaned up bitmap API. Vas Crabb2020-09-271-11/+9 * drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-20/+20 * (nw) misc cleanup: Vas Crabb2019-09-201-1/+1 * (nw) Clean up the mess on master Vas Crabb2019-03-261-37/+31 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-31/+37 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-26/+24 * tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-061-4/+0 * devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-4/+4 * devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-3/+3 * tms34010: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-051-20/+20 * ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-13/+13 * watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1 * -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-12/+14 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10 * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11 * tlc34076: Convert implementation to use device_palette_interface (nw) AJR2018-05-131-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3 * (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11 * Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-68/+72 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8 * Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1 * Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+4 * Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+2 * ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw)