summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-23/+26
* Some misc cleanups: Aaron Giles2009-12-151-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-147/+147
* Apply mirrors and global masks at address map detokenizing time rather Aaron Giles2009-12-101-0/+16
* Added new functions: Aaron Giles2009-12-071-14/+37
* Fix 64-bit issue noted by Juergen. R. Belmont2009-12-061-2/+2
* Internal memory system shuffling. Address maps initialized internally Aaron Giles2009-12-061-157/+235
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-46/+111
* Renamed functions: Aaron Giles2009-12-051-4/+4
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-140/+171
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-208/+248
* One more Clang warning fix. R. Belmont2009-12-021-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+0
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+28
* added memory_install_write_port_handler & memory_install_readwrite_port_handl... smf-2009-11-251-33/+24
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-8/+7
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-0/+82
* Minor comment cleanup. Aaron Giles2009-11-151-3/+4
* Fixed a couple of source typos [Christophe Jaillet] Phil Bennett2009-10-211-1/+1
* Fixed up RAM bank names to prevent crashes with memdump. Aaron Giles2009-09-281-11/+25
* Now allow for banks to take up half of the available slots. Aaron Giles2009-09-211-1/+1
* Fixed up some error logging messages to output the correct number of characters Aaron Giles2009-09-101-9/+9
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-16/+16
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-5/+5
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-3/+27
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-48/+48
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-3/+2
* Fixed misaligned table. Aaron Giles2009-05-131-2/+2
* Removed address_map2 items from the CPU config, etc. Aaron Giles2009-05-091-2/+0
* Bulk change alert. Aaron Giles2009-04-261-23/+14
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-55/+55
* Cleanups and version bump. Aaron Giles2009-03-051-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+6
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-7/+73
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2
* bytemask should not mask low bits. Fixes disassembler for CPUs with address Aaron Giles2009-02-061-1/+1
* Changed memory_set_direct_region to pass the address returned from the DIRECT... smf-2009-01-311-6/+9
* Opcode accesses are now marked debugger_access. This is important with the re... Aaron Giles2009-01-301-3/+4
* Removed some stray ADDR2BYTE/BYTE2ADDR macros that have been replaced by Aaron Giles2009-01-171-23/+17
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-12/+12
* Made direct (opcode) access more robust. Direct access now crawls the Aaron Giles2009-01-131-118/+274
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-21/+0
* More device normalization: Aaron Giles2008-12-161-1/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-109/+103
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-1/+1
* Fixed some memory view-related issues: Aaron Giles2008-12-051-6/+6
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-2/+2
* Big debugger cleanup. Aaron Giles2008-12-031-19/+52