summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midvunit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* midvunit.c: added postload to fix crusnwld save state problem as per Tafoid's... Ivan Vangelista2015-05-191-0/+2
* tms32031: removed static configs in favor of inline config+devcb. nw. Fabio Priuli2014-10-121-0/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-2/+11
* renamed poly.{c|h} to polylgcy.{c|h} and polynew.h to poly.h Oliver Stöneberg2014-03-191-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+9
* 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-13/+13
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-13/+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/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+8
* Fix most remaining regressions. Aaron Giles2012-04-191-4/+4
* Fix most reported errors. Aaron Giles2012-04-161-6/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+14
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+22
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-12/+12
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Introduce polynew.h which is a modernized C++ version of the old poly.c. Aaron Giles2011-11-211-2/+28
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-4/+25
* Regression fixes. Aaron Giles2010-09-101-1/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-0/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+37