summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m68705prg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-27/+30
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Convert NeoGeo EL panel outputs to lamps - it uses six outputs from a 1-of-8 ... Vas Crabb2018-03-271-42/+36
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-4/+4
* instantiate your static constexpr members, also more _MHz_XTAL (nw) Vas Crabb2018-01-241-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* m68705: re-implement timer/counter Vas Crabb2017-01-161-1/+2
* copypaste error (nw) Vas Crabb2017-01-151-1/+1
* m68705: add MC68705R3 for pipeline Vas Crabb2017-01-151-0/+14
* maniach, maniach2: use common Taito 68705 interface device Vas Crabb2017-01-151-4/+4
* m68705: save EPROM contents using NVRAM mechanism Vas Crabb2017-01-141-76/+74
* usability (nw) Vas Crabb2017-01-141-5/+14
* buffer overrun (nw) Vas Crabb2017-01-141-1/+1
* m6805: fix state of input lines being lost on reset Vas Crabb2017-01-131-0/+272