summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-67/+67
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-40/+40
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-18/+18
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Verified all the clocks from Super Contra PCB as well as the vsync. [Corrado... Scott Stone2010-03-171-5/+5
* 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-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-139/+173
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-2/+2
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-22/+75
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-3/+1
* Cleanups and version bump. Aaron Giles2009-05-281-5/+5
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-46/+64
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-4/+4
* Cleanups and version bump. Aaron Giles2009-04-091-1/+1
* Konami inputs improvements: Fabio Priuli2009-04-011-113/+11
* More memory map merging. Aaron Giles2009-03-301-65/+35
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-24/+24
* Ok, this is The Big One. Aaron Giles2009-02-111-14/+12
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-2/+2
* Pointer-ified the konami CPU core. Changed setlines callback to Aaron Giles2008-12-061-6/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11