summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added fatal error if AM_READ_PORT() references a non-existent port. Aaron Giles2008-03-281-4/+9
* fixed another bug in new debug hook code, data wasn't shifted properly in all... smf-2008-03-271-3/+3
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-271-22/+22
* reverted, I misunderstood something and it's broken. I'm on it. smf-2008-03-271-22/+22
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-271-22/+22
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-1/+1
* Explicitly fixed unmapped handler masks so that we don't report Aaron Giles2008-03-201-0/+4
* Cleanups and version bump to 0.123u5.mame0123u5 Aaron Giles2008-03-131-48/+48
* From: Mariusz Wojcieszek Aaron Giles2008-03-131-248/+280
* Removed cpu_scalebyfcount(). Aaron Giles2008-03-121-63/+60
* Compilation fixes for my last checkin (sorry). Aaron Giles2008-03-101-23/+25
* More WIP cleanup of memory.* Aaron Giles2008-03-101-798/+839
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-19/+44
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-252/+396
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-2/+2
* Removed AM_SPACE and matchmask support. Updated relevant drivers Aaron Giles2008-03-061-255/+48
* * pass running_machine parameter to construct_map_##_name, i.e. ADDRESS_MAP_S... Couriersud2008-03-051-3/+3
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-2/+12
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-125/+156
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* memory.c: removed further code never to be executed Couriersud2008-03-011-7/+0
* memory.c: removed some code never to be executed Couriersud2008-03-011-11/+7
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-8/+8
* Last minute minor tweaks from 0.123 tag. Aaron Giles2008-02-051-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Cleanups and version bump to 0.122u7.mame0122u7 Aaron Giles2008-01-251-3/+3
* Fixed compilation problems introduced with last change. Aaron Giles2008-01-181-4/+57
* Made detection of dynamic attempts to install ROM/RAM handlers more aggressive. Aaron Giles2008-01-181-19/+41
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Spacing fixes and a version bump to 0.122u3.mame0122u3 Aaron Giles2008-01-031-1/+1
* TMS3203x core updates: Aaron Giles2008-01-011-8/+25
* Minor cleanup to previous GCC 64-bit fix. R. Belmont2007-12-311-5/+1