| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some atari 8bit cassette work, not working yet (nw) |  Wilbert Pol | 2015-01-01 | 1 | -0/+1 |
| * | Added skeleton for Atari 8bit SIO bus. This will not work until pokey learns ... |  Wilbert Pol | 2015-01-01 | 1 | -0/+6 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -57/+57 |
| * | (MESS) atari400.c: recovering some speed which got lost with conversion to |  Fabio Priuli | 2014-10-14 | 1 | -53/+86 |
| * | (MESS) consolidation + cleanup, part1. nw. |  Fabio Priuli | 2014-09-28 | 1 | -182/+186 |
| * | Fixed build. (nw) |  Curt Coder | 2014-09-23 | 1 | -2/+4 |
| * | fixed multisession crash when the new cart needed a dynamic buffer/array |  Fabio Priuli | 2014-09-23 | 1 | -2/+2 |
| * | reduced tagmap lookups in atari400, maxaflex and bartop52. nw. |  Fabio Priuli | 2014-09-12 | 1 | -30/+17 |
| * | Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) -... |  Scott Stone | 2014-09-10 | 1 | -17/+35 |
| * | antic.c: converted to be a device. [Fabio Priuli] |  Fabio Priuli | 2014-09-09 | 1 | -32/+17 |
| * | fix error when attempting to mount a cart designed for the A800 right slot (e... |  Fabio Priuli | 2014-09-08 | 1 | -30/+30 |
| * | gtia.c: converted to be a device. [Fabio Priuli] |  Fabio Priuli | 2014-09-07 | 1 | -33/+31 |
| * | (MESS) a800: added sketchy support for some more mappers. |  Fabio Priuli | 2014-09-04 | 1 | -0/+65 |
| * | updated pokey to use delegates for its callbacks. nw. |  Fabio Priuli | 2014-09-03 | 1 | -4/+4 |
| * | (MESS) atari400.c: start attempt to untangle a bit the video & |  Fabio Priuli | 2014-09-02 | 1 | -5/+58 |
| * | Compile Fix (nw) |  Scott Stone | 2014-09-02 | 1 | -1/+1 |
| * | (MESS) atari400.c progress: [Fabio Priuli] |  Fabio Priuli | 2014-09-02 | 1 | -1110/+556 |
| * | i86.c: 0x60 shadow omitted in previous patch. Needed for DOS 2. [Bavarese] |  Scott Stone | 2014-07-01 | 1 | -2/+2 |
| * | pokey_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-12 | 1 | -41/+15 |
| * | atari: changed just things I need (nw) |  Miodrag Milanovic | 2014-04-21 | 1 | -12/+12 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | removed mame_* aliases and just use core_* functions (nw) |  Oliver Stöneberg | 2014-03-24 | 1 | -1/+1 |
| * | converted even it is not used (nw) |  Miodrag Milanovic | 2014-03-21 | 1 | -5/+8 |
| * | removed some atari legacy code (nw) |  Miodrag Milanovic | 2014-03-17 | 1 | -20/+16 |
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+1 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -2/+2 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -4/+6 |
| * | (MESS) atarifdc/a800: fixed MT05381. nw. |  Fabio Priuli | 2014-01-30 | 1 | -0/+1 |
| * | Fixed atari 5200 startup (nw) |  smf- | 2014-01-10 | 1 | -0/+2 |
| * | remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) |  smf- | 2014-01-07 | 1 | -8/+8 |
| * | Converted PIA6821 to DEVCB2 [smf] |  smf- | 2014-01-06 | 1 | -102/+37 |
| * | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 1 | -491/+491 |
| * | Added Atari 2600, 5200, and 7800 palette notes. [Robert Tuccitto] |  Scott Stone | 2013-11-27 | 1 | -7/+72 |
| * | (MESS) atari400.c - Updated palette incorporating 'CGIA D020577' and 'GTIA C... |  Scott Stone | 2013-11-11 | 1 | -65/+676 |
| * | moved some legacy stuff from screen.h to scrlegcy.h (nw) |  Oliver Stöneberg | 2013-07-16 | 1 | -0/+1 |
| * | moved some legacy macros from driver.h to drivlgcy.h (nw) |  Oliver Stöneberg | 2013-07-15 | 1 | -0/+1 |
| * | more cleanup (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
| * | unified formating of state class constructors, no functional change (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -24/+23 |
| * | Some mess modernization (nw) |  Miodrag Milanovic | 2013-02-18 | 1 | -3/+6 |
| * | (MESS) atari400.c: Reduce tagmap lookups (nw) |  Wilbert Pol | 2013-02-14 | 1 | -70/+138 |
| * | (MESS) atari400.c: Started cleaning things a bit (nw) |  Wilbert Pol | 2013-02-06 | 1 | -205/+223 |
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -11/+705 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -126/+126 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) |  Miodrag Milanovic | 2012-09-26 | 1 | -8/+13 |
| * | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -2/+2 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -30/+30 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -3/+3 |
| * | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+1501 |