summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+2
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-3/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+16
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+17
* dec0.cpp: emulated sound protection state machine for Sly Spy and get rid of ... angelosa2017-10-311-0/+6
* dec0.cpp: updated inputs in all games in the driver [Angelo Salese] angelosa2017-10-171-1/+0
* dec0.cpp: Soundlatch partial modernization (nw) AJR2017-08-241-1/+0
* dec0.cpp latch cleanup: 'LS374 sensed positive edge others are educted guesses Vas Crabb2017-01-291-2/+2
* Add dump for baddudes MCU [CAPS0ff, Vas Crabb] Vas Crabb2017-01-291-2/+8
* New callback for generic_latch_8/16_device (nw) AJR2016-12-291-2/+0
* secretab: Incremental sound improvements AJR2016-12-131-0/+1
* automat: Sound improvements AJR2016-12-121-7/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* more trampolines removal (nw) Ivan Vangelista2016-06-141-2/+0
* More gen_latch (nw) Ivan Vangelista2016-05-201-0/+3
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-8/+8
* dec0.c: added save state support (nw) Osso132015-01-131-33/+39
* dec0.c: convert slyspy tilemap protection to use bankdev [Alex Jackson] Alex W. Jackson2014-07-181-2/+4
* dec0.c: fix generic_paletteram regression, clean up MCFGs (nw) Alex W. Jackson2014-04-241-11/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+5
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* dec0 fixed (nw) Miodrag Milanovic2014-03-021-0/+2
* fix hippo assert Michaƫl Banaan Ananas2013-07-231-4/+2
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+3
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+3
* drivers cleanup (nw) Miodrag Milanovic2013-02-181-7/+0
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-0/+7
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* Emulate protection in sf2rb, sf2rb2's (cps1.c) and ichirjbl (segac2.c) rather... Scott Stone2012-10-251-0/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-20/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+18
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+7
* Added basic support for the bootleg sprites used by automat and secretab - Fr... Scott Stone2012-06-121-1/+3