summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/liberatr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+2
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-26/+25
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* devcb3 Vas Crabb2018-07-071-9/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-10/+10
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-14/+2
* liberatr2: Regression fix (nw) AJR2018-03-161-1/+2
* er2055: Separate CLK writes to make emulation usable for cit101 (nw) AJR2018-03-151-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-42/+44
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* 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-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-15/+37
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Make watchdog timer a separate device AJR2016-04-301-2/+4
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* Merge pull request #546 from ajrhacker/liberatr R. Belmont2016-01-221-2/+52
|\
| * liberatr: fully disentangle from atarigen, fix typo AJR2016-01-031-2/+52
* | BSD-3-Clause for Stefan Jokisch (nw) Miodrag Milanovic2016-01-131-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
* | modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
|/
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+483