summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarist.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+4
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-246/+134
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-25/+25
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-2/+2
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-261-22/+15
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-28/+28
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-21/+21
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-24/+24
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-7/+7
* mc68901: Convert to devcb3 (nw) AJR2018-08-011-28/+28
* atarist.cpp: Consistency helps (nw) AJR2018-07-091-3/+3
* atarist.cpp: Use input merger for ACIA IRQs (nw) AJR2018-07-091-25/+21
* devcb3 Vas Crabb2018-07-071-12/+12
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-58/+58
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-108/+108
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4
* 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