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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Modified to allow for overwrites of RAM ranges only.)
Aaron Giles
2008-07-29
1
-1
/
+1
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-5
/
+4
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-4
/
+6
*
Changed how watchpoints work so that supporting them adds 0 overhead
Aaron Giles
2008-06-28
1
-2
/
+3
*
Several miscellaneous changes:
Aaron Giles
2008-05-29
1
-6
/
+6
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-0
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-15
1
-27
/
+34
*
Flipped the damn mem_mask. It is no longer inverted when passed to
Aaron Giles
2008-04-20
1
-18
/
+18
*
Expanded the set of memory accessor functions. In addition to
Aaron Giles
2008-04-19
1
-24
/
+146
*
Fixed compilation error when using memory_install_read_handler() and
Nathan Woods
2008-04-17
1
-2
/
+2
*
Created new macro: AM_RAM_WRITE(handler) which specifies a memory
Aaron Giles
2008-04-16
1
-2
/
+7
*
Memory map merges.
Aaron Giles
2008-04-16
1
-1
/
+1
*
Converted the IDE controller to a device. Updated all drivers
Aaron Giles
2008-04-15
1
-50
/
+75
*
Switched subhandlers to using masks instead of shifts. Reduced the number
Aaron Giles
2008-04-15
1
-31
/
+56
*
Added support for using smaller-sized memory handlers directly in
Aaron Giles
2008-04-14
1
-5
/
+104
*
Changed device read/write functions to take a const device_config *.
Aaron Giles
2008-04-13
1
-16
/
+16
*
Rewrote core memory handlers as inline functions. These should be easier to
Aaron Giles
2008-04-09
1
-87
/
+170
*
Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_*
Aaron Giles
2008-04-03
1
-17
/
+16
*
New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ...
smf-
2008-03-30
1
-12
/
+16
*
Cleanups and version bump to 0.123u5.
mame0123u5
Aaron Giles
2008-03-13
1
-2
/
+2
*
From: Mariusz Wojcieszek
Aaron Giles
2008-03-13
1
-148
/
+159
*
Removed cpu_scalebyfcount().
Aaron Giles
2008-03-12
1
-372
/
+403
*
More WIP cleanup of memory.*
Aaron Giles
2008-03-10
1
-82
/
+92
*
Replaced the following macros (SMH == static memory handler)
Aaron Giles
2008-03-10
1
-419
/
+57
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-136
/
+266
*
Removed AM_SPACE and matchmask support. Updated relevant drivers
Aaron Giles
2008-03-06
1
-43
/
+2
*
* pass running_machine parameter to construct_map_##_name, i.e. ADDRESS_MAP_S...
Couriersud
2008-03-05
1
-7
/
+7
*
Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE,
Aaron Giles
2008-03-05
1
-20
/
+37
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-340
/
+365
*
Some more debugger fixes.
Aaron Giles
2008-02-03
1
-0
/
+1
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-28
/
+0
*
Minor spacing and clock cleanup.
Aaron Giles
2008-01-24
1
-2
/
+2
*
memory.h:
Couriersud
2008-01-20
1
-1
/
+1
*
Fixed compilation problems introduced with last change.
Aaron Giles
2008-01-18
1
-25
/
+25
*
Made detection of dynamic attempts to install ROM/RAM handlers more aggressive.
Aaron Giles
2008-01-18
1
-10
/
+10
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
TMS3203x core updates:
Aaron Giles
2008-01-01
1
-0
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-2
/
+2
*
Changes for MAME 0.121u2.
mame0121u2
Aaron Giles
2007-12-17
1
-47
/
+49
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+1166