summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calomega.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+35
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-35/+34
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-9/+10
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-21/+22
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-4/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-3/+4
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-9/+6
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-2/+2
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-25/+20
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-17/+17
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-17/+17
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-49/+49
* 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-31/+31
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-51/+55
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* Spacing... and fixing columns descriptions (nw) RobertoFresca2018-01-201-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* fix up bad state classes (nw) Vas Crabb2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-8/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Make address maps complain when entry bounds lie outside the global mask (nw) AJR2016-08-081-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-17/+17
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-17/+17
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3731