index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PowerPC dynamic recompiler: [Aaron Giles]
Aaron Giles
2008-06-05
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2008-05-22
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-22
1
-2
/
+2
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-16
/
+26
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-15
1
-65
/
+34
*
Flipped the damn mem_mask. It is no longer inverted when passed to
Aaron Giles
2008-04-20
1
-218
/
+218
*
Expanded the set of memory accessor functions. In addition to
Aaron Giles
2008-04-19
1
-120
/
+883
*
Cleanups and version bump to 0.124u3.
mame0124u3
Aaron Giles
2008-04-17
1
-27
/
+27
*
Converted the IDE controller to a device. Updated all drivers
Aaron Giles
2008-04-15
1
-80
/
+59
*
Switched subhandlers to using masks instead of shifts. Reduced the number
Aaron Giles
2008-04-15
1
-680
/
+252
*
Added support for using smaller-sized memory handlers directly in
Aaron Giles
2008-04-14
1
-112
/
+993
*
Cleanups and version bump to 0.124u2.
mame0124u2
Aaron Giles
2008-04-12
1
-44
/
+44
*
fixed sign extension when inverting mem_mask.
smf-
2008-04-11
1
-4
/
+4
*
Reduced the number of save state callback types from 3 to 1. The
Aaron Giles
2008-04-11
1
-5
/
+5
*
Take two of the previous changes. I think this is a little simpler,
Aaron Giles
2008-04-09
1
-565
/
+429
*
Rewrote core memory handlers as inline functions. These should be easier to
Aaron Giles
2008-04-09
1
-670
/
+1835
*
Cleanups and version bump to 0.124u1.
mame0124u1
Aaron Giles
2008-04-03
1
-1
/
+1
*
Added fatal error if AM_READ_PORT() references a non-existent port.
Aaron Giles
2008-03-28
1
-4
/
+9
*
fixed another bug in new debug hook code, data wasn't shifted properly in all...
smf-
2008-03-27
1
-3
/
+3
*
Passes mem_mask to the read and write debug hooks. This allows the address & ...
smf-
2008-03-27
1
-22
/
+22
*
reverted, I misunderstood something and it's broken. I'm on it.
smf-
2008-03-27
1
-22
/
+22
*
Passes mem_mask to the read and write debug hooks. This allows the address & ...
smf-
2008-03-27
1
-22
/
+22
*
Cleanups for 0.124. Marked Mermaid as working per checkin comment.
Aaron Giles
2008-03-24
1
-1
/
+1
*
Explicitly fixed unmapped handler masks so that we don't report
Aaron Giles
2008-03-20
1
-0
/
+4
*
Cleanups and version bump to 0.123u5.
mame0123u5
Aaron Giles
2008-03-13
1
-48
/
+48
*
From: Mariusz Wojcieszek
Aaron Giles
2008-03-13
1
-248
/
+280
*
Removed cpu_scalebyfcount().
Aaron Giles
2008-03-12
1
-63
/
+60
*
Compilation fixes for my last checkin (sorry).
Aaron Giles
2008-03-10
1
-23
/
+25
*
More WIP cleanup of memory.*
Aaron Giles
2008-03-10
1
-798
/
+839
*
Replaced the following macros (SMH == static memory handler)
Aaron Giles
2008-03-10
1
-19
/
+44
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-252
/
+396
*
Cleanups and version bump.
mame0123u4
Aaron Giles
2008-03-06
1
-2
/
+2
*
Removed AM_SPACE and matchmask support. Updated relevant drivers
Aaron Giles
2008-03-06
1
-255
/
+48
*
* pass running_machine parameter to construct_map_##_name, i.e. ADDRESS_MAP_S...
Couriersud
2008-03-05
1
-3
/
+3
*
Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE,
Aaron Giles
2008-03-05
1
-2
/
+12
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-125
/
+156
*
Normalized function pointer typedefs: they are now all
Aaron Giles
2008-03-03
1
-2
/
+2
*
memory.c: removed further code never to be executed
Couriersud
2008-03-01
1
-7
/
+0
*
memory.c: removed some code never to be executed
Couriersud
2008-03-01
1
-11
/
+7
*
The term "driver" is way overloaded in the system.
Aaron Giles
2008-02-18
1
-8
/
+8
*
Last minute minor tweaks from 0.123 tag.
Aaron Giles
2008-02-05
1
-1
/
+1
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-4
/
+4
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-1
/
+1
*
Cleanups and version bump to 0.122u7.
mame0122u7
Aaron Giles
2008-01-25
1
-3
/
+3
*
Fixed compilation problems introduced with last change.
Aaron Giles
2008-01-18
1
-4
/
+57
*
Made detection of dynamic attempts to install ROM/RAM handlers more aggressive.
Aaron Giles
2008-01-18
1
-19
/
+41
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Spacing fixes and a version bump to 0.122u3.
mame0122u3
Aaron Giles
2008-01-03
1
-1
/
+1
*
TMS3203x core updates:
Aaron Giles
2008-01-01
1
-8
/
+25
*
Minor cleanup to previous GCC 64-bit fix.
R. Belmont
2007-12-31
1
-5
/
+1
[next]