summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* fix crash (nw) Miodrag Milanovic2015-04-131-4/+4
* Added #include <string> in emucore.h (sorry will do a full build) Miodrag Milanovic2015-04-121-4/+4
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* get rid of some global stuff by making this a device, need this step for now,... mamehaze2014-11-051-0/+2
* Convert some more drivers to core palette handling (nw) Alex W. Jackson2014-06-141-1/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-6/+6
* Fix generic_paletteram regression in various Atari drivers (nw) Alex W. Jackson2014-04-241-4/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-5/+9
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-0/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-0/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-7/+6
* Added eeprompar.*, implementing a simple interface for parallel Aaron Giles2013-08-081-14/+72
* disabled some more unused private members (nw) Oliver Stöneberg2013-07-291-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-2/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-5/+3
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-0/+7
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-27/+25
* Convert the Atari VAD chip into a device, half-way. Really needs Aaron Giles2013-07-211-61/+119
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-34/+15
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-1/+0
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-2/+8
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-2/+1
* Taking baby steps. Break out the sound communications part of atarigen Aaron Giles2013-07-131-26/+98
* This is a better way to do this. Andrew Gardner2013-05-241-1/+2
* and more oki changes (nw) Miodrag Milanovic2013-04-121-1/+2
* some cleanup (nw) Miodrag Milanovic2013-04-111-0/+1
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-0/+1
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-0/+1
* change HANDLER -> MEMBER where it was by mistake (nw) Miodrag Milanovic2013-04-081-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-52/+52
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-5/+5
* More atarigen modernization. Aaron Giles2012-10-171-86/+43
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-101/+76
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-41/+41
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* fixed atarivc_eof tag and shortened playfield_upper(15 chars) tag to playfiel... Michaël Banaan Ananas2012-05-111-8/+9
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Removed the rest DIRECT_UPDATE_HANDLERS from mame section (no whatsnew) Miodrag Milanovic2012-04-171-0/+2
* Fix most reported errors. Aaron Giles2012-04-161-2/+4
* Several more driver regression fixes. Aaron Giles2012-04-151-10/+19
* MT04752: atarigt regressions. Aaron Giles2012-04-091-1/+3
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-3/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Eliminates the extern variables from atarimo video core, in order to remove a... Angelo Salese2011-04-051-1/+0