summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/atari400.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2480/+0
* Moved bus\a8sio files to bus\a800 to avoid redundancy (nw) Scott Stone2015-09-241-1/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-9/+9
* rest for Juergen (nw) Miodrag Milanovic2015-05-071-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Some atari 8bit cassette work, not working yet (nw) Wilbert Pol2015-01-011-0/+1
* Added skeleton for Atari 8bit SIO bus. This will not work until pokey learns ... Wilbert Pol2015-01-011-0/+6
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-57/+57
* (MESS) atari400.c: recovering some speed which got lost with conversion to Fabio Priuli2014-10-141-53/+86
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-281-182/+186
* Fixed build. (nw) Curt Coder2014-09-231-2/+4
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-231-2/+2
* reduced tagmap lookups in atari400, maxaflex and bartop52. nw. Fabio Priuli2014-09-121-30/+17
* Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) -... Scott Stone2014-09-101-17/+35
* antic.c: converted to be a device. [Fabio Priuli] Fabio Priuli2014-09-091-32/+17
* fix error when attempting to mount a cart designed for the A800 right slot (e... Fabio Priuli2014-09-081-30/+30
* gtia.c: converted to be a device. [Fabio Priuli] Fabio Priuli2014-09-071-33/+31
* (MESS) a800: added sketchy support for some more mappers. Fabio Priuli2014-09-041-0/+65
* updated pokey to use delegates for its callbacks. nw. Fabio Priuli2014-09-031-4/+4
* (MESS) atari400.c: start attempt to untangle a bit the video & Fabio Priuli2014-09-021-5/+58
* Compile Fix (nw) Scott Stone2014-09-021-1/+1
* (MESS) atari400.c progress: [Fabio Priuli] Fabio Priuli2014-09-021-1110/+556
* i86.c: 0x60 shadow omitted in previous patch. Needed for DOS 2. [Bavarese] Scott Stone2014-07-011-2/+2
* 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