summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-191-156/+0
* machine/segaic16.cpp : Updates cam9002019-05-191-50/+51
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-39/+2
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-0/+21
* devcb3 Vas Crabb2018-07-071-11/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* sega_315_5250: Interrupt callback modernization (nw) AJR2018-05-251-14/+15
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-3/+3
* 315-5195 mapper has same clock as CPU (nw) AJR2018-03-041-3/+3
* sega_315_5195: Internalize communication latches AJR2018-03-041-8/+17
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-21/+16
* sega_315_5195, sega_315_5250: Make sound read/write delegates standard device... AJR2018-02-171-13/+23
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-4/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-3/+3
* improve lockonph video emulation (nw) David Haywood2016-02-271-0/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-8/+8
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-3/+5
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-12/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+34
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-5/+32
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-2/+2
* Sega 16-bit cleanup, part 2 (still WIP): Aaron Giles2012-08-081-45/+98
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-27/+161
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-1/+1
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-0/+2
* BIG update. Aaron Giles2011-03-291-6/+6
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+5
* Converted Sega 315-5248, 315-5249 and 315-5250 custom ICs to be devices and u... Fabio Priuli2010-02-011-20/+59
* Sega misc wip: Fabio Priuli2010-01-311-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-0/+2
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-2/+2
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-151-3/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1