summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ckz80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* 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-3/+3
* 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-8/+10
* reorder some memmap class declarations (nw) hap2018-02-121-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-1/+1
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* cleanup some mconfig decl. (nw) hap2018-01-211-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* 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
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-2/+2
* New machines marked as NOT_WORKING hap2017-12-191-1/+1
* New working machines hap2017-12-171-26/+91
* add template driver for chessking (nw) hap2017-12-171-0/+407