summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inputseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/inputseq.h')
-rw-r--r--src/emu/inputseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inputseq.h b/src/emu/inputseq.h
index 748b0440e8d..f74b2c42279 100644
--- a/src/emu/inputseq.h
+++ b/src/emu/inputseq.h
@@ -4,7 +4,7 @@
Input sequence abstractions.
- Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
+ Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
/a> braintro2019-01-301-6/+43 * Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2 * src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-5/+5 * ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4 * gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1 * devcb3 Vas Crabb2018-07-071-10/+9 * 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-7/+7 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * 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 * (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4 * gotcha: Use output finder and MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-04-201-23/+17 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+28 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4 * gotcha/ppchamp: hook up lamp outputs and add clickable artwork Vas Crabb2017-03-011-18/+18 * Self-registering devices prep: Vas Crabb2017-02-271-3/+8 * okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1 * ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1 * updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-3/+6 * Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+0