summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cc40.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-702/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* c140: fix regression with namcos2 assault engine noise hap2021-06-051-3/+3
* New working clones hap2021-04-211-58/+120
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-2/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* cc40,cgenie: natural keyboard corrections Robbbert2020-09-101-3/+3
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-25/+23
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-9/+6
* tms7000: apply tim's fix for timer divider (nw) hap2019-06-141-3/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+16
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-8/+7
* hh*: use set_visarea_full (nw) hap2019-03-071-0/+1
* remove some unnneeded void* cast (nw) hap2019-02-261-2/+2
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-2/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-11/+13
* tms7000: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-061-4/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* 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-7/+7
* cc40.cpp: Eliminate machine().device (nw) AJR2018-06-051-4/+2
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-27/+33
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* tms7000: Convert I/O ports to callbacks (nw) AJR2017-10-301-6/+2
* Fix other TMS70xx internal ROM regions properly (nw) AJR2017-06-101-2/+2
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* srcclean (nw) Vas Crabb2017-03-261-2/+2
* hh_pic16: hooked up i/o for us2pfball (nw) hap2017-03-211-3/+7