summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-44/+44
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-28/+31
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-11/+11
* compis: WIP. (nw) Curt Coder2016-08-251-4/+1
* compis: Fixed RTC to use 24 hour mode. [Curt Coder] Curt Coder2016-08-191-1/+1
* compis: Promoted driver to working. [Curt Coder] Curt Coder2016-08-191-17/+38
* compis: WIP. (nw) Curt Coder2016-08-181-8/+0
* compis: Fixed keyboard. [Curt Coder] Curt Coder2016-08-171-8/+8
* compis: WIP. (nw) Curt Coder2016-08-161-0/+8
* compis: Created a bus for the graphics card slot. [Curt Coder] Curt Coder2016-08-161-116/+198
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* Curt have rewritten driver (nw) Miodrag Milanovic2016-01-211-5/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+792