summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cosmic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-14/+5
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-95/+90
* tms9980a: Internalize clock divider AJR2018-10-131-6/+1
* tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. Michael Zapf2018-08-141-2/+5
* cosmic.cpp: corrected ROM labels and verified ROM types for devzone [Guru] Ivan Vangelista2018-08-081-6/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-15/+15
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-26/+24
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-55/+60
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+9
* New way to provide DAC reference inputs (nw) AJR2018-01-101-9/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+16
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* More DAC identification and sound stuff AJR2017-01-121-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-42/+59
* Devfind revision phase 2 (nw) AJR2016-08-051-4/+4
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-12/+18
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1589