summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memconv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-36/+36
* fixed void function returning a value compile error smf-2009-01-011-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-36/+36
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-104/+104
* Changed device read/write functions to take a const device_config *. Aaron Giles2008-04-131-104/+104
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-88/+88
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-88/+88
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-110/+110
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1020