summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarisy2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* atarigen.cpp: Continue pulling stuff out of this grab-bag (nw) AJR2018-11-301-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* atarisy2.cpp: removed tag lookup (nw) Ivan Vangelista2018-05-261-17/+21
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-0/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* atarisy2.cpp : Minor cleanups for bankswitching, Add address_map_bank_device ... cam9002018-04-071-22/+20
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-1/+1
* atarisy2.cpp: Use ADC0809 device (nw) AJR2018-04-021-8/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Make watchdog timer a separate device AJR2016-04-301-0/+1
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-1/+13
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* atarisy2: use standard palette device ram Dirk Best2015-08-121-3/+1
* atarisy2.c: configured banking (nw) Ivan Vangelista2015-06-261-4/+2
* atarisy2: Slapstic doesn't need a direct update handler anymore [O. Galibert] Olivier Galibert2015-06-241-1/+0
* get rid of some global stuff by making this a device, need this step for now,... mamehaze2014-11-051-1/+5
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-0/+5
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+5
* Few minor cleanups. Aaron Giles2013-01-191-12/+16
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-0/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-3/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-0/+1
* Several more driver regression fixes. Aaron Giles2012-04-151-5/+9
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+18
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-5/+5
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-0/+10