summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bitgraph.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-4/+4
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-3/+3
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-32/+32
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-1/+3
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-16/+16
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-7/+7
* remove more MCFG_ (nw) Vas Crabb2018-07-071-10/+8
* 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-13/+13
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-9/+9
* 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