summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* atarigen: Remove the slapstic direct update handler, which hasn't been Olivier Galibert2016-05-251-1/+0
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1
* One small step toward slapstic modernization (nw) AJR2016-01-301-1/+1
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-12/+0
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-4/+4
* liberatr: fully disentangle from atarigen, fix typo AJR2016-01-031-12/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-14/+14
* 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