summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-139/+139
* BIG update. Aaron Giles2011-03-291-1/+1
* C++-ified the DSP32 code so Andrew has something modern to work from. Aaron Giles2011-01-281-2/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Convert ADSP21xx core to a modern CPU device. Aaron Giles2010-09-091-3/+12
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-22/+18
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-14/+15
* 03961: racedriv and clones: Game resets itself before game start [Phil Bennett] Phil Bennett2010-08-191-4/+0
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+21
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-14/+14
* Results of running the latest srcclean. Aaron Giles2009-12-281-63/+63
* Some misc cleanups: Aaron Giles2009-12-151-1/+2
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-51/+152
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Removed cpunum_get_active(). Aaron Giles2008-12-061-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+245