summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cischeat.cpp: irq notes, bumped framerate to 60 Hz to all minus captflag/scud... angelosa2016-10-051-7/+10
* Promoted pdriftl to working. angelosa2016-10-051-11/+26
* pdriftl: spotted link ID and link communication mode, game playable in stand-... angelosa2016-09-281-0/+4
* Add tilemap device to cischeat.cpp; fix a few soundlatches (nw) AJR2016-09-221-130/+263
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-6/+7
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-6/+9
* Make watchdog timer a separate device AJR2016-04-301-0/+4
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-12/+12
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-12/+12
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-4/+4
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-34/+34
* New machines added or promoted from NOT_WORKING status Luca Elia2015-12-291-3/+382
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2938