summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/layout/ie15.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/layout/ie15.lay')
0 files changed, 0 insertions, 0 deletions
span class='insertions'>+11 * 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 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10 * (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-5/+5 * Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+51 * (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-3/+6 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4 * Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Self-registering devices prep: