summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midtunit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-34/+43
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* daily timer_set removal (nw) Ivan Vangelista2017-04-201-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* 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-2/+0
* Some licenses fixes and updates (nw) Miodrag Milanovic2015-12-111-2/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* midt/w/xunit: use standard palette device ram Dirk Best2015-08-041-3/+0
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-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
* Remove more trampolines (nw) Alex W. Jackson2015-01-271-5/+1
* fix incorrect cr+lf (nw) smf-2015-01-081-72/+72
* midtunit.c, midwunit.c, midyunit.c: reduced tagmap lookups (nw) Osso2015-01-081-63/+72
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-10/+5
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+4
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+9
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-2/+2
* midtunit modernization and some cleanup (nw) Miodrag Milanovic2013-05-081-0/+23
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-21/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+6
* Clean up Midway video decoding, removing need for AM_BASE/_SIZE_LEGACY. Aaron Giles2012-09-041-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+6
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-23/+35
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-0/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-2/+0
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-0/+10