summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc8020.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-9/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* More CTC set_clk conversions (nw) AJR2018-11-131-4/+1
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-5/+5
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-4/+4
* devcb3 Vas Crabb2018-07-071-4/+4
* cleanup (nw) Vas Crabb2018-07-061-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-12/+12
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+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-1/+2
* (nw) mc8020 : replaced hacky keyboard Robbbert2017-11-261-45/+64
* (nw) Split mc80 into separate mc8020 and mc8030 as they have little in common. Robbbert2017-11-251-0/+349