summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/artmagic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-51/+51
* new NOT WORKING Tomasz Slanina2010-11-031-0/+264
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-3/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+5
* got rid of bracket style company naming: Michaƫl Banaan Ananas2010-05-221-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-1/+0
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Ultimate Tennis (Japan) now works. Aaron Giles2009-11-061-2/+3
* Added: Scott Stone2009-11-061-2/+16
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* From: Xander Xander [mailto:xander85@operamail.com] Aaron Giles2009-05-151-4/+19
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-3/+2
* 02653: all games on artmagic.c: OKI clipping in artmagic games Nicola Salmoria2008-12-021-1/+12
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* From Luigi30: Aaron Giles2008-11-241-2/+2
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Converted TMS340x0 cores to be pointer-based. Aaron Giles2008-11-101-2/+2