summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory unmap if mirror/mask was used [hap] Michaƫl Banaan Ananas2011-08-041-6/+6
* Added device-relative functions for memory banking. [Curt Coder] Curt Coder2011-06-231-0/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+3
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-50/+10
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-3/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+0
* BIG update. Aaron Giles2011-03-291-10/+10
* Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE Aaron Giles2011-03-281-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-0/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-104/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-60/+103
* Remove some straggling const address_space references, and get rid of Aaron Giles2011-03-171-40/+40
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-30/+30
* Change shared memory regions to track their size. Added memory_get_shared() Aaron Giles2010-09-041-0/+4
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-15/+15
* Fixed TMS340x0 disassembly view (no whatsnew) Phil Bennett2010-08-241-1/+1
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-6/+24
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-19/+0
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-48/+0
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-198/+0
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-183/+183
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-514/+796
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-601/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-22/+30
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-25/+24
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+9
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-15/+15
* Added new functions: Aaron Giles2009-12-071-1/+7
* Internal memory system shuffling. Address maps initialized internally Aaron Giles2009-12-061-52/+37
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-8/+17
* Renamed functions: Aaron Giles2009-12-051-16/+16
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-83/+172
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-10/+28
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-0/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+15
* added memory_install_write_port_handler & memory_install_readwrite_port_handl... smf-2009-11-251-2/+9
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-0/+6
* Fixed up RAM bank names to prevent crashes with memdump. Aaron Giles2009-09-281-2/+2
* Now allow for banks to take up half of the available slots. Aaron Giles2009-09-211-3/+3
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-3/+7
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-8/+7