summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-152/+152
* BIG update. Aaron Giles2011-03-291-29/+29
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-99/+99
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-117/+117
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-99/+99
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* C++-ified the DSP32 code so Andrew has something modern to work from. Aaron Giles2011-01-281-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-94/+94
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-53/+53
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-165/+314
* Convert ADSP21xx core to a modern CPU device. Aaron Giles2010-09-091-11/+6
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-5/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-80/+67
* 03961: racedriv and clones: Game resets itself before game start [Phil Bennett] Phil Bennett2010-08-191-27/+0
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+23
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-27/+3
* Cleanups and version bump. Aaron Giles2010-05-051-1/+1
* Fixed incorrect DSK ROM size, shuffled around some ROM mapping, added new ROM... Scott Stone2010-04-231-13/+14
* Source Cleanup: Setname fixes and other minor changes - Drivers starting with... Scott Stone2010-02-121-26/+26
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-2/+2
* 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-8/+8
* Fixes the gfx rom loading for Race Drivin' Panorama [David Haywood] Angelo Salese2010-01-031-5/+7
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-47/+47
* new clones Angelo Salese2009-12-281-0/+145
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-3/+3
* Updated readme for Race Drivin' Compact. [Guru] Aaron Giles2009-12-231-3/+119
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some misc cleanups: Aaron Giles2009-12-151-0/+2
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-174/+207
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-94/+94
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-20/+20
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-21/+21
* Removed the last use of PORT_PLAYER(2) for P1 inputs Fabio Priuli2009-04-161-2/+2
* Partial fix to bug MT 3070 (harddriv & racedriv do not show anymore P2 inputs... Fabio Priuli2009-04-111-5/+5
* 02983 racedriv and clones: Race Drivin' and clones loop after "downloading DS... Phil Bennett2009-03-041-1/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-101/+101
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-2/+2
* Removed cpunum_get_active(). Aaron Giles2008-12-061-119/+114