summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_f2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-26/+26
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-26/+26
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* use real C-chip ROM for MegaBlast [Team Caps0ff] (#3401) David Haywood2018-03-291-0/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+33
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+37
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-9/+19
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-4/+3
* New device: TE7750 Super I/O Expander AJR2017-06-151-3/+1
* Use callbacks to set coin counters and coin lockouts from Taito I/O devices (nw) AJR2017-06-071-0/+1
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* misc palette cleanups (nw) Dirk Best2015-08-021-2/+0
* Added license for David Graves (nw) Miodrag Milanovic2015-06-071-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* tc0100scn.c: fixed postload, fixes cameltry save state regression (nw) Ivan Vangelista2015-05-181-0/+1
* 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 bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* 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/+4
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-3/+3
* Split up the video devices contained in taitoic.c. [Osso] Scott Stone2013-07-201-1/+5
* Modernization of the remainder of taitoic as well as the deco_bac06 device. ... Scott Stone2013-06-301-0/+3
* modernized Taito I/O devices. [Osso] Fabio Priuli2013-06-041-1/+7
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-2/+9
* taito devices lookup cleanup (nw) Miodrag Milanovic2013-04-161-9/+15
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+4
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+8
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* 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-42/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-13/+26
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+50
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* 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/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3