summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ckz80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-240/+0
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-17/+24
* Initialise class variables in some of my drivers. Robbbert2021-12-261-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-1/+1
* *replaced lambdas with bank Robbbert2020-06-271-6/+8
* (nw) czk80: evidence suggests it could be ckz80 - renamed. Robbbert2020-06-051-0/+231
* (nw) Clean up the mess on master Vas Crabb2019-03-261-473/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+473
* rename ckz80, cxgz80, fidelz80 (nw) hap2019-02-171-478/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-6/+6
* chess*: refactor irq timers (nw) hap2019-02-111-9/+11
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-13/+13
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-4/+5
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-5/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* 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