summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+2
* Fix most remaining regressions. Aaron Giles2012-04-191-2/+2
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-13/+14
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-7/+0
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-0/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+16
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Modernized m_rom_1 -> AM_REGION usage Angelo Salese2011-05-011-3/+0
* Fixed inputs and removed digital hacks in Cisco Heat driver [Angelo Salese] Angelo Salese2011-05-011-5/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-26/+27
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+1