summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-2213/+86
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-30/+32
* Another big one. Aaron Giles2008-11-201-1218/+1296
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-32/+34
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-115/+64
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-3/+3
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-40/+40
* Added generic read/write callbacks. Aaron Giles2008-11-151-0/+708
* God forbid, neogeo doesn't work.... Aaron Giles2008-11-151-0/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-680/+520
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-66/+66
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-9/+22
* CPU-internal regions now have priority again. Fixed mario by Aaron Giles2008-09-181-4/+4
* Fixed crash when hitting watchpoints on static handlers. Aaron Giles2008-09-131-0/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-77/+77
* Fixed memory handling of internal banks. They should be LOWER priority than Aaron Giles2008-09-111-4/+4
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-2/+2
* Readded generic calls to install memory handlers that were in long before Nathan Woods2008-08-191-0/+26
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-191-6/+0
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-46/+24
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-34/+30
* Fixed I/O watchpoints. Aaron Giles2008-08-061-2/+2
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-23/+54
* Region classes go bye-bye. Aaron Giles2008-07-281-28/+23
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-43/+51
* Cleanups and version bump.mame0125u9 Aaron Giles2008-07-031-1/+1
* Fixed some save state problems in the DCS driver. Still comes out garbled Aaron Giles2008-06-301-1/+1
* Oops, forgot to shift addresses for 16,32,64-bit watchpoint stubs. Aaron Giles2008-06-281-12/+12
* Changed how watchpoints work so that supporting them adds 0 overhead Aaron Giles2008-06-281-535/+626
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-13/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-10/+10
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-1/+1
* Cleanups and version bump. Aaron Giles2008-05-221-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-16/+26
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-151-65/+34
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-218/+218
* Expanded the set of memory accessor functions. In addition to Aaron Giles2008-04-191-120/+883
* Cleanups and version bump to 0.124u3.mame0124u3 Aaron Giles2008-04-171-27/+27
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-80/+59
* Switched subhandlers to using masks instead of shifts. Reduced the number Aaron Giles2008-04-151-680/+252
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-112/+993
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-44/+44
* fixed sign extension when inverting mem_mask. smf-2008-04-111-4/+4
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-5/+5
* Take two of the previous changes. I think this is a little simpler, Aaron Giles2008-04-091-565/+429
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-670/+1835
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1