summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kron.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-1/+1
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-9/+9
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-1/+1
* alfaskop4110, kron180, e100: clean up of vram and chargen handlings + kron180... Joakim Larsson Edstrom2019-11-211-47/+37
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+13
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-6/+8
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-7/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* (nw) fixed a few random typos Robbbert2018-08-091-4/+4
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-19/+22
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* 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-4/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+20
* 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-1/+1
* kron: Make it cleaner (nw) Olivier Galibert2018-01-191-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* 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
* srcclean (nw) Vas Crabb2016-11-271-11/+11
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* WIP KRON-180 terminal controller Joakim Larsson Edstrom2016-10-271-0/+324