summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/artmagic.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* shtstar: Add DUARTs and YM2149 (nw) AJR2018-01-021-2/+0
* misc timer_set removal (nw) Ivan Vangelista2017-04-181-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-10/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Shooting Star protection info, nw angelosa2016-09-071-1/+2
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* artmagic.c: moved protection handlers to the driver class (nw) Ivan Vangelista2014-09-241-3/+8
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-6/+5
* artmagic.c: moved some functions into driver class (nw) Ivan Vangelista2014-08-241-7/+14
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-2/+0
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-2/+4
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-1/+8
* and more oki changes (nw) Miodrag Milanovic2013-04-121-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Fully modernised the TLC34076 device [Phil Bennett] Phil Bennett2013-01-271-1/+3
* 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-5/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* 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-20/+20
* BIG update. Aaron Giles2011-03-291-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-4/+28
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+22