summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/harddriv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* BIG update. Aaron Giles2011-03-291-27/+27
* 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-17/+17
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-103/+79
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-5/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-1/+0
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-10/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-4/+4
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-10/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+489