summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapfght.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* slapfght.cpp, twincobr.cpp, wardner.cpp: Replace MCFG_CPU_VBLANK_INT with lin... AJR2018-03-291-1/+1
* 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/+9
* New 74LS259/9334/CD4099 devices AJR2017-07-251-5/+4
* grdian, getstarj: Replace MCU simulation with new dump AJR2017-06-201-5/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* refactored new taito68705interface to use newer 68705 code (with integrated p... David Haywood2016-12-281-25/+5
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* start putting some 68705 functionality in the CPU core rather than copy+paste... David Haywood2016-12-221-28/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* update by request (nw) Miodrag Milanovic2015-12-211-1/+1
* Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... Miodrag Milanovic2015-12-211-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Requested (nw) balr0g2015-05-251-1/+1
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-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
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* readded flipscreen handling, still doesn't work in alcon Michaël Banaan Ananas2014-04-021-1/+0
* small cleanup Michaël Banaan Ananas2014-04-021-19/+20
* nw Michaël Banaan Ananas2014-03-281-1/+1
* add support for savestates Michaël Banaan Ananas2014-03-281-12/+12
* cleanup Michaël Banaan Ananas2014-03-281-44/+47
* port 0 d0 is vblank bit (see tigerh game start) Michaël Banaan Ananas2014-03-281-4/+3
* renamed/combined some functions and added irq ack and soundnmi disable Michaël Banaan Ananas2014-03-271-19/+16
* move generic functions out of machine/slapfght.c to drivers/slapfght.c, only ... Michaël Banaan Ananas2014-03-271-18/+18
* small cleanup Michaël Banaan Ananas2014-03-261-1/+1
* small cleanup Michaël Banaan Ananas2014-03-261-30/+28
* 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
* some cleanup (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-1/+3
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-19/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+8
* Fix most reported errors. Aaron Giles2012-04-161-5/+5