summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarist.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* atarist.cpp: Use device finder for floppies (nw) AJR2018-05-261-13/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-41/+41
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-101/+101
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-52/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-104/+111
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-8/+4
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-45/+45
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* atarist.cpp: Add correct rom labels for the TOS 1.02 and 1.04 roms for the Me... Lord-Nightmare2016-09-071-3/+28
* Devfind revision phase 2 (nw) AJR2016-08-051-3/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3225