summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* armchmp2, scudhamm: Use ADC0804 device (nw) AJR2019-10-171-7/+12
* PORT_CUSTOM simplification (nw) AJR2019-09-141-41/+43
* emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) cam9002019-09-131-54/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-130/+120
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-120/+130
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-112/+103
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-8/+7
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-5/+5
* Start cleaning up palette configuration: Vas Crabb2018-12-291-17/+10
* New WORKING clone (#4386) ClawGrip2018-12-101-3/+88
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-22/+20
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-10/+10
* New working clones hap2018-09-231-5/+51
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+2
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* cischeat.cpp: reworked interrupt generation, fixed attract mode desyncs in Bi... angelosa2018-06-291-10/+19
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-5/+5
* cischeat.cpp: promote Big Run from IMPERFECT_GRAPHICS flag, remaining glitche... angelosa2018-06-181-5/+14
* cischeat.cpp: added backup RAM to Captain Flag [Angelo Salese] angelosa2018-06-141-2/+4
* cischeat.cpp: hooked up sprite DMA to Wild Pilot (fixes flickering) [Angelo S... angelosa2018-06-141-4/+4
* cischeat.cpp: moved sound irq into ym irqhandler (nw) angelosa2018-06-141-5/+13
* Kill these two macros (nw) angelosa2018-06-131-6/+0
* cischeat.cpp: Big Run improvements: [Angelo Salese] angelosa2018-06-131-5/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-55/+55
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-11/+11
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-11/+11
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-14/+14
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+6
* Revert "acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce dup... Vas Crabb2018-05-081-37/+46
* Revert "Missing semicolon (nw)" Vas Crabb2018-05-081-1/+1
* Missing semicolon (nw) Vas Crabb2018-05-081-1/+1
* acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce duplicates,... cam9002018-05-081-46/+37
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-6/+6
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-44/+44
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-310/+331
* (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-21/+21
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8