summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-112/+0
* init vars (includes) Robbbert2022-04-101-7/+7
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-14/+14
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-3/+10
* tecmo.cpp: fixed backfirt missing sound regression (nw) Ivan Vangelista2018-11-111-4/+6
* tecmo.cpp : Cleanups cam9002018-10-261-4/+10
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-11/+14
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* new renegade and silkworm bootleg sets (#3425) Tom2018-04-091-0/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* tecmo.cpp: Soundlatch modernization (nw) AJR2017-10-011-5/+0
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* Added preliminary raster effects to tecmo.cpp, improves ending screen effect ... angelosa2016-09-151-0/+2
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-0/+4
* 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
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* 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 bumpmame0159 Miodrag Milanovic2015-02-251-5/+5
* tecmo.c, tecmo16.c, vball.c: added save state support (nw) Ivan Vangelista2015-02-201-37/+44
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* move some tecmo sprite code around for later refactoring (nw) David Haywood2014-05-291-1/+5
* 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
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+5
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* 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-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-7/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* 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/+5
* 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/+2
* Added NMI sound ACK mechanism to tecmo.c driver [Angelo Salese] Angelo Salese2012-05-081-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+7
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1