summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-1/+2
* Reverting my addition of AM_READONLY, because man, I am just dumber than hell... Ryan Holtz2009-05-291-1/+0
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-0/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Second verse, less "cargo cult" than the first. R. Belmont2009-05-031-1/+1
* Bulk change alert. Aaron Giles2009-04-261-32/+0
* Having decided to look at the MAME source again, I have a fairly minor patch: Aaron Giles2009-03-191-21/+21
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-27/+12
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-0/+3
* Changed memory_set_direct_region to pass the address returned from the DIRECT... smf-2009-01-311-11/+11
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-31/+24
* Fix inverted function name. Aaron Giles2009-01-141-11/+11
* Made direct (opcode) access more robust. Direct access now crawls the Aaron Giles2009-01-131-24/+28
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-7/+0
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-3/+3
* Big debugger cleanup. Aaron Giles2008-12-031-2/+62
* Added ATTR_NONNULL to various declarations Nathan Woods2008-11-281-20/+20
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-4/+4
* change_pc? What change_pc? Aaron Giles2008-11-241-4/+0
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-418/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Another big one. Aaron Giles2008-11-201-133/+202
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-37/+33
* Added check "#ifndef NO_LEGACY_MEMORY_HANDLERS" to memory.h Couriersud2008-11-181-3/+4
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-77/+205
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-50/+50
* Added generic read/write callbacks. Aaron Giles2008-11-151-0/+123
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-56/+82
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+3
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-0/+3