summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_l.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* taito_l : Cleanups (#3224) cam9002018-02-231-48/+25
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+22
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+12
* Add two-in-one version of LS157 (nw) AJR2017-12-271-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-5/+0
* upd4701: Add read-triggered X reset & Y reset routines to device (nw) AJR2017-08-201-2/+0
* 74157 developments (nw) AJR2017-06-121-14/+3
* Make TC0040IOC its own device type and separate its functionality from TC0220IOC AJR2017-06-081-17/+0
* Use callbacks to set coin counters and coin lockouts from Taito I/O devices (nw) AJR2017-06-071-1/+1
* horshoes: Add uPD4701A device AJR2017-05-211-16/+4
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* shuffle taito_l family tree, should fix missing device errors (nw) Vas Crabb2017-01-141-5/+5
* arkanoid: convert 68705 interface to device, re-use same device for puzznic, ... Vas Crabb2017-01-131-28/+0
* taito_l: split giant state class up into family tree, reduce tagmap lookups Vas Crabb2017-01-131-74/+226
* m6805: refactoring and improvements Vas Crabb2017-01-121-24/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* 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
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* 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
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Fixed validate warning by reverted caching of ym2203 device (the same tag is ... smf-2013-05-121-3/+1
* modernised YM2203 [smf] smf-2013-05-111-1/+6
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-16/+18
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+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/+13
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* 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/+1
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+32
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1