summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tnzs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+18
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+12
* arknoid2, plumppop, jpopnics: Use uPD4701 device (nw) AJR2017-06-181-7/+9
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* first srcclean pass (nw) Vas Crabb2016-12-251-2/+2
* tnzs: Various refactoring. [Ryan Holtz] therealmogminer@gmail.com2016-12-111-99/+206
* -tnzs: Added Taito M-Chip M-001 dump for extrmatn. Also works for drtoppel an... therealmogminer@gmail.com2016-12-101-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-3/+0
* 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
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-4/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* tnzs.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-131-1/+23
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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 bumpmame0159 Miodrag Milanovic2015-02-251-4/+4
* tnzs.c: enabled save state support (nw) Ivan Vangelista2015-02-141-19/+18
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* Fixed cchance and champbwl validation (nw) Osso2014-10-211-1/+1
* tnzs.c - use bankdev David Haywood2014-10-201-7/+6
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-1/+3
* tnzs.c and related drivers: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-7/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* mcs48.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-1/+2
* Modernizing the seta01 device. [Osso] Scott Stone2013-07-031-0/+3
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-2/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-2/+2
* 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-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+2
* 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-3/+3
* 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-4/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-14/+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-5/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2