summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-1/+1
* various drivers: added some lan, printer and camera flags according to MT0658... Ivan Vangelista2017-11-081-5/+5
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Fix Captain Flag input labels & hookup (nw) angelosa2017-05-041-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* New working clones added Ivan Vangelista2016-11-011-1/+86
* srcclean (nw) Vas Crabb2016-10-231-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Added mahjong panel to mjsenpu. angelosa2016-10-061-2/+2
* Various input related bug-fixes to Wild Pilot: [Angelo Salese] angelosa2016-10-051-17/+64