summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-14/+2
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-2/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-5/+5
* Unbreak marble (nw) AJR2018-04-021-0/+3
* atarisy1.cpp: Use ADC0809 device for all except marble (nw) AJR2018-04-021-39/+68
* 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-35/+37
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* 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
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-1/+1
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-4/+5
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-9/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-5/+36
* 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-17/+17
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* atarisy1.cpp: updated peterpak title as per MT06427 (nw) Ivan Vangelista2016-11-141-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-5/+5
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* One small step toward slapstic modernization (nw) AJR2016-01-301-49/+62
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2498