summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-254/+0
* init vars for coverity Robbbert2022-03-201-12/+12
* - alphatpc16, amstr_pc, cischeat, kaypro, m72, pdp11, peplus, pt68k4, rm380z,... Ivan Vangelista2021-02-241-3/+4
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-38/+38
* cischeat.cpp: fix scudhamm/armchmp2 irq and refresh rate to be measured 59.17... angelosa2020-05-031-10/+29
* Eliminate a few more uses of auto_alloc (nw) AJR2019-11-101-0/+1
* armchmp2, scudhamm: Use ADC0804 device (nw) AJR2019-10-171-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-37/+49
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-1/+2
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* cischeat.cpp: hooked up sprite DMA to Wild Pilot (fixes flickering) [Angelo S... angelosa2018-06-141-3/+25
* cischeat.cpp: moved sound irq into ym irqhandler (nw) angelosa2018-06-141-0/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-3/+3
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-77/+84
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* Revert "acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce dup... Vas Crabb2018-05-081-32/+37
* acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce duplicates,... cam9002018-05-081-37/+32
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+21
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+8
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* Various input related bug-fixes to Wild Pilot: [Angelo Salese] angelosa2016-10-051-0/+3
* cischeat.cpp: irq notes, bumped framerate to 60 Hz to all minus captflag/scud... angelosa2016-10-051-0/+2
* Add tilemap device to cischeat.cpp; fix a few soundlatches (nw) AJR2016-09-221-37/+28
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-0/+7
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* New machines added or promoted from NOT_WORKING status Luca Elia2015-12-291-1/+36
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* misc drivers: Moved functions into driver class, cleanups (nw) Ivan Vangelista2014-10-041-1/+1
* some more palette cleanups (nw) David Haywood2014-03-061-4/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-0/+8
* cleanup (nw) Miodrag Milanovic2013-04-141-0/+2
* oki tag lookup removal (nw) Miodrag Milanovic2013-04-121-1/+6
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-0/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-15/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6