summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bitgraph.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-51/+51
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* (nw) more address maps Robbbert2018-04-121-3/+4
* er2055: Separate CLK writes to make emulation usable for cit101 (nw) AJR2018-03-151-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+34
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+3
* 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-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+7
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-3/+3
* Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... Vas Crabb2017-07-271-2/+4
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-3/+2
* srcclean (nw) Vas Crabb2017-03-261-50/+50
* bitgraph: switch from layouts to rotation flags, unbreak keyboard Sergey Svishchev2017-03-011-12/+19
* apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2017-03-021-128/+141
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Replace M68000 write_irq[1-7] handlers with DEVCB_INPUTLINE (nw) AJR2016-07-071-4/+4
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 7 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+622