summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic16.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-191-3/+34
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+2
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-12/+1
* More custom MCFG results, nw mooglyguy2018-06-051-7/+5
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-2/+2
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-72/+71
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* improve fpointbl / fpointbj emulation (nw) David Haywood2016-03-021-1/+1
* new clones David Haywood2016-03-011-0/+7
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* resolved lot more (nw) Miodrag Milanovic2015-05-201-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Added missing save state support to segaic16_video_device. Fixes quartet2 sav... Osso2014-12-191-33/+32
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+7
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-6/+7
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-9/+9
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-7/+6
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-2/+0
* split out the roadgen (nw) David Haywood2013-07-081-33/+0
* reduce AM_RAM_WRITE_LEGACY users David Haywood2013-07-051-29/+82
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-58/+57
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-5/+5
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-196/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-19/+19
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-19/+19
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-19/+19
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-30/+156
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-156/+30
* BIG update. Aaron Giles2011-03-291-28/+28
* Replaced anonymous timers used in video/segaic16.c, drivers/segaorun.c and dr... Scott Stone2011-02-031-0/+1
* running_device -> device_t Aaron Giles2010-12-311-15/+15
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Clean up some files without a newline at the end for GCC [wallyweek] R. Belmont2010-07-081-0/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+1
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-4/+3
* sega16sp: moved bootleg interfaces to the system 16 bootleg driver and added ... Fabio Priuli2010-05-191-44/+0
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-10/+296
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-0/+1