summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-2/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-49/+46
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* srcclean (nw) Vas Crabb2018-04-221-19/+19
* atarisy2.cpp: Fix erroneous change to gfxdecode (nw) AJR2018-04-071-1/+1
* atarisy2.cpp : Minor cleanups for bankswitching, Add address_map_bank_device ... cam9002018-04-071-24/+37
* new clones marked as NOT WORKING (#3428) David Haywood2018-04-071-0/+88
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* atarisy2.cpp: Use ADC0809 device (nw) AJR2018-04-021-31/+24
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+42
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+12
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-0/+2
* tms5220: Use device_clock_changed instead of custom method; misc. modernizati... AJR2017-06-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-38/+38
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* t11: fine, be that way (nw) cracyc2016-08-261-8/+8
* dec_lk201: keyclick [Bavarese] cracyc2016-06-231-8/+8
* Make watchdog timer a separate device AJR2016-04-301-1/+3
* One small step toward slapstic modernization (nw) AJR2016-01-301-49/+71
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-29/+25
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3248