summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_f3.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-38/+38
* taito_en: Hook up ES5510 effects DSP [cam900, R. Belmont] arbee2018-02-171-0/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* taito_f3.cpp: Removed outdated kludge for Darius Gaiden [Angelo Salese] angelosa2018-01-261-1/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* a few more timer_set removals (nw) Ivan Vangelista2017-04-191-1/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* taito_f3: fix missing graphics on state load Scott Percival2017-01-011-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-153/+153
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* audio/taito_en.cpp: use device_mconfig_additions() (nw) Ivan Vangelista2016-03-111-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-6/+6
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* reduce tagmap lookups in taito_f3.c (was causing severe slowdown in arkretrn)... David Haywood2015-09-141-1/+11
* 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 bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
* taito_f3: moved video functions into the driver class (nw) Ivan Vangelista2014-10-041-3/+66
* small cleanups here and there (nw) Ivan Vangelista2014-09-261-9/+12
* Fix 2mindril.c generic_paletteram regression; convert various Taito drivers t... Alex W. Jackson2014-04-271-2/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-0/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* MT #05341, assuming that m68k is off by default Angelo Salese2013-10-281-0/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+3
* A hanful more. (nw) Andrew Gardner2013-05-151-1/+8
* and more oki changes (nw) Miodrag Milanovic2013-04-121-1/+5
* 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
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+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-1/+3
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+38
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Several more driver regression fixes. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-15/+15