summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+20
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+12
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* 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-1/+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
* Rewrite k053260 sound device [Alex Jackson] Alex W. Jackson2014-10-061-1/+0
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-0/+1
* k051960: converted to use device_gfx_interface, inline configs and delegates.... Fabio Priuli2014-06-251-8/+4
* k052109: converted to use device_gfx_interface, inline configs and delegates.... Fabio Priuli2014-06-251-6/+6
* macro naming clean up (was a copy&paste mistake from 30693). nw. Fabio Priuli2014-06-031-3/+3
* k053244/k053245: converted to use inline configs, delegates and device_gfx_in... Fabio Priuli2014-05-281-3/+3
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-5/+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
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* twin16.c: Fixed cuebrick nvram size, added XTALs, various cleanups [Alex Jack... Alex W. Jackson2013-12-161-13/+3
* better splitting of the 4x device. (nw) David Haywood2013-07-111-1/+1
* Split up in their own files the remaining modernized devices contained in kon... Scott Stone2013-07-111-1/+4
* shuffle some things around ready for attempting to kill off non-device code (nw) David Haywood2013-07-101-0/+2
* I'll need this split out to look at Tasman properly too. (nw) David Haywood2013-07-101-0/+1
* Modernized the following konicdev.c devices (k056832, k054000, k053936, k0513... Scott Stone2013-07-091-0/+1
* Eliminate some of MAME's anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-151-1/+8
* samples change to find in constructor (nw) Miodrag Milanovic2013-04-141-2/+3
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-9/+21
* upd7759_device tag lookup removal (nw) Miodrag Milanovic2013-04-131-2/+4
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* 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-031-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+3
* 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-0/+4
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-19/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+16
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+18
* 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/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-3/+3