summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-537/+537
* Added sound to Street Drivin' and Hard Drivin's Airborne [Phil Bennett] Phil Bennett2012-12-301-104/+141
* fix racedriv1 crash Michaël Banaan Ananas2012-11-051-16/+18
* More atarigen modernization. Aaron Giles2012-10-171-1/+1
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-97/+97
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-97/+97
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-101/+93
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-61/+61
* harddriv updates: [Phil Bennett] Phil Bennett2012-07-211-113/+316
* ok, added harddriv note Michaël Banaan Ananas2012-07-171-0/+18
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Several more driver regression fixes. Aaron Giles2012-04-151-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-21/+21
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-18/+18
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-2/+2
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-21/+21
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-82/+82
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-18/+18
* Steel Talons: Fixed controls and removed the MSP speedup hack which was causi... Phil Bennett2012-02-131-13/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+9
* 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