summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atari400.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-11/+11
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-140/+120
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-21/+21
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-19/+12
* don't abuse object finders for things that can't be found at object resolutio... Vas Crabb2018-09-011-175/+177
* Details, details (nw) Vas Crabb2018-09-011-4/+5
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-10/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-15/+11
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-14/+16
* more misc stuff (nw) Vas Crabb2018-06-161-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-14/+14
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-18/+18
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-18/+18
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-16/+16
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-84/+91
* Removed first_screen usage from gtia, atari_common_state, bbc_state, gamecom ... Ryan Holtz2018-03-091-0/+22
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-4/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-12/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+26
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-36/+36
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-12/+11
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-271-3/+3
* There we go, srcclean eats all our C++ now Vas Crabb2016-08-021-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* Rename atari files to atari400 files and references to match driver name (nw) Scott Stone2016-04-241-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-5/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* clang-modernize part 4 Miodrag Milanovic2015-12-041-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2480