summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+56