summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/artmagic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1177/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-6/+6
* Fix compile (nw) Alex W. Jackson2014-09-241-4/+4
* artmagic.c: moved protection handlers to the driver class (nw) Ivan Vangelista2014-09-241-98/+95
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-26/+16
* artmagic.c: moved some functions into driver class (nw) Ivan Vangelista2014-08-241-24/+18
* tms34010: Modernised cpu core. (nw) Wilbert Pol2014-07-031-2/+2
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-22/+3
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-4/+4
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* placed some of screen update functions in tms34010 cpu core classes Miodrag Milanovic2013-07-251-2/+1
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-4/+12
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-9/+9
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* and more oki changes (nw) Miodrag Milanovic2013-04-121-2/+1
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Fully modernised the TLC34076 device [Phil Bennett] Phil Bennett2013-01-271-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-79/+77
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+13
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-21/+17
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... Michaël Banaan Ananas2012-05-081-0/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-5/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-40/+37
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-23/+23
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Improved driver, games are currently sort of playable Angelo Salese2011-12-051-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-142/+142
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-36/+36
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-165/+167
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2