summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tia.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tia_video: Use device_palette_interface; save bitmaps; convert update method ... AJR2019-09-021-13/+11
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-15/+3
* devcb3 Vas Crabb2018-07-071-3/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* Fix build (nw) AJR2018-05-281-2/+2
* cclimber, battles, crystal, ql, n64, ibmpcjr, tia: Miscellaneous machine().de... mooglyguy2018-05-281-0/+17
* Eliminate some explicit device tag lookups (nw) AJR2018-05-131-0/+2
* forward universal references when setting callbacks in cases I noticed when l... Vas Crabb2018-02-221-3/+3
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-6/+6
* updated second half of mame/video devices to use device_add_mconfig insted of... Ivan Vangelista2017-05-241-6/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-68/+68
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-1/+1
* some additional (nw) Miodrag Milanovic2016-01-161-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* BSD-3-Clause for Stefan Jokisch (nw) Miodrag Milanovic2016-01-131-1/+1
* 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-4/+4
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* determined who it was (nw) Miodrag Milanovic2015-05-221-2/+2
* Update for Carlos A. Lozano, Victor Trucco and Charles MacDonald, also few fi... Miodrag Milanovic2015-05-221-1/+1
* Updated a few I worked on (nw) Wilbert Pol2015-05-141-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* tia_video_device: added save_state support (nw) Osso132015-01-161-0/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Converted tia_video_device to devcb2 (nw) Ivan Vangelista2014-03-131-21/+15
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-6/+6
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-9/+32
* more PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-051-3/+3
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-0/+1
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* (MESS) a2600: Reimplemented the a2600 controllers as vcs controller devices. ... Wilbert Pol2012-10-231-1/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-13/+13
* Made TIA modern device (no whatsnew) Miodrag Milanovic2012-04-181-10/+197
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+26