summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
Commit message (Expand)AuthorAgeFilesLines
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-5/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+6
* Changed how watchpoints work so that supporting them adds 0 overhead Aaron Giles2008-06-281-2/+3
* Several miscellaneous changes: Aaron Giles2008-05-291-6/+6
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-151-27/+34
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-18/+18
* Expanded the set of memory accessor functions. In addition to Aaron Giles2008-04-191-24/+146
* Fixed compilation error when using memory_install_read_handler() and Nathan Woods2008-04-171-2/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+7
* Memory map merges. Aaron Giles2008-04-161-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-50/+75
* Switched subhandlers to using masks instead of shifts. Reduced the number Aaron Giles2008-04-151-31/+56
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-5/+104
* Changed device read/write functions to take a const device_config *. Aaron Giles2008-04-131-16/+16
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-87/+170
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-17/+16
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-12/+16
* Cleanups and version bump to 0.123u5.mame0123u5 Aaron Giles2008-03-131-2/+2
* From: Mariusz Wojcieszek Aaron Giles2008-03-131-148/+159
* Removed cpu_scalebyfcount(). Aaron Giles2008-03-121-372/+403
* More WIP cleanup of memory.* Aaron Giles2008-03-101-82/+92
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-419/+57
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-136/+266
* Removed AM_SPACE and matchmask support. Updated relevant drivers Aaron Giles2008-03-061-43/+2
* * pass running_machine parameter to construct_map_##_name, i.e. ADDRESS_MAP_S... Couriersud2008-03-051-7/+7
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-20/+37
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-340/+365
* Some more debugger fixes. Aaron Giles2008-02-031-0/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-28/+0
* Minor spacing and clock cleanup. Aaron Giles2008-01-241-2/+2
* memory.h: Couriersud2008-01-201-1/+1
* Fixed compilation problems introduced with last change. Aaron Giles2008-01-181-25/+25
* Made detection of dynamic attempts to install ROM/RAM handlers more aggressive. Aaron Giles2008-01-181-10/+10
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* TMS3203x core updates: Aaron Giles2008-01-011-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-47/+49
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1166