summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* atarigen.cpp : Updates cam9002019-04-281-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-23/+22
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-2/+2
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-071-3/+3
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-17/+22
* atarigen.cpp: Continue pulling stuff out of this grab-bag (nw) AJR2018-11-301-2/+2
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+4
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+3
* update and fix various comments (nw) Lord-Nightmare2018-09-131-1/+1
* remove tms5220 read/write handler trampolines (nw) smf-2018-09-131-1/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+2
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-5/+5
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-5/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-22/+22
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-3/+3
* atarisy2.cpp: removed tag lookup (nw) Ivan Vangelista2018-05-261-1/+1
* 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