summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/atari400.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pokey_device: converted to devcb2 (nw) Ivan Vangelista2014-05-121-41/+15
* atari: changed just things I need (nw) Miodrag Milanovic2014-04-211-12/+12
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* converted even it is not used (nw) Miodrag Milanovic2014-03-211-5/+8
* removed some atari legacy code (nw) Miodrag Milanovic2014-03-171-20/+16
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+6
* (MESS) atarifdc/a800: fixed MT05381. nw. Fabio Priuli2014-01-301-0/+1
* Fixed atari 5200 startup (nw) smf-2014-01-101-0/+2
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-8/+8
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-102/+37
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-491/+491
* Added Atari 2600, 5200, and 7800 palette notes. [Robert Tuccitto] Scott Stone2013-11-271-7/+72
* (MESS) atari400.c - Updated palette incorporating 'CGIA D020577' and 'GTIA C... Scott Stone2013-11-111-65/+676
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* more cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-24/+23
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-3/+6
* (MESS) atari400.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-141-70/+138
* (MESS) atari400.c: Started cleaning things a bit (nw) Wilbert Pol2013-02-061-205/+223
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-11/+705
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-126/+126
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-8/+13
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-30/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1501