summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarisy1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-2/+0
* atarisy1.cpp: Use ADC0809 device for all except marble (nw) AJR2018-04-021-7/+10
* 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/+7
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-3/+0
* New 74LS259/9334/CD4099 devices AJR2017-07-251-2/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* One small step toward slapstic modernization (nw) AJR2016-01-301-2/+1
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-0/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* cleanups (nw) Ivan Vangelista2014-02-081-1/+6
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-0/+5
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+4
* some atari modernization (nw) Miodrag Milanovic2013-02-141-8/+6
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-0/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+4
* 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-6/+6
* 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/+6
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4
* Fix most reported errors. Aaron Giles2012-04-161-1/+2
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+6
* 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-21/+21
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-0/+2
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-8/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+9
* Convert Atari System 1 to use the 'new' TMS5220 interface. [Lord Nightmare] Jonathan Gevaryahu2010-04-091-4/+0
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4