summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/icatel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* icatel: Fix address map (nw) AJR2020-06-121-35/+19
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-22/+22
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-8/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* hd44780: Add alternate interface using direct writes to bus control lines (nw) AJR2019-08-251-2/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+12
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-9/+10
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+8
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-9/+9
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-2/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-3/+6
* 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-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+21
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-13/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* 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-1/+5
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-2/+2
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2/+2
* hd44780_pixel_update_func to delegate (nw) Miodrag Milanovic2016-05-061-2/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+269