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
*
Removed memory context switch. Let the fun begin.
Aaron Giles
2008-11-24
1
-2213
/
+86
*
Memory banking now requires a machine object. This makes the memory
Aaron Giles
2008-11-20
1
-30
/
+32
*
Another big one.
Aaron Giles
2008-11-20
1
-1218
/
+1296
*
Converted change_pc() into a no-op. Changed memory_set_direct_region() to
Aaron Giles
2008-11-19
1
-32
/
+34
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-115
/
+64
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-3
/
+3
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
1
-40
/
+40
*
Added generic read/write callbacks.
Aaron Giles
2008-11-15
1
-0
/
+708
*
God forbid, neogeo doesn't work....
Aaron Giles
2008-11-15
1
-0
/
+4
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-680
/
+520
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-4
/
+4
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-66
/
+66
*
Added new functions for building device-relative tags. Changed machine
Aaron Giles
2008-10-03
1
-9
/
+22
*
CPU-internal regions now have priority again. Fixed mario by
Aaron Giles
2008-09-18
1
-4
/
+4
*
Fixed crash when hitting watchpoints on static handlers.
Aaron Giles
2008-09-13
1
-0
/
+2
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-77
/
+77
*
Fixed memory handling of internal banks. They should be LOWER priority than
Aaron Giles
2008-09-11
1
-4
/
+4
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-2
/
+2
*
Readded generic calls to install memory handlers that were in long before
Nathan Woods
2008-08-19
1
-0
/
+26
*
From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Aaron Giles
2008-08-19
1
-6
/
+0
*
reverted unit mask changes and removed the unused & unsafe memory_install fun...
smf-
2008-08-18
1
-46
/
+24
*
Added unit mask to all memory installs that override the bus width. You could...
smf-
2008-08-17
1
-34
/
+30
*
Fixed I/O watchpoints.
Aaron Giles
2008-08-06
1
-2
/
+2
*
Cleanups/version bump.
mame0126u3
Aaron Giles
2008-07-31
1
-1
/
+1
*
(Modified to allow for overwrites of RAM ranges only.)
Aaron Giles
2008-07-29
1
-23
/
+54
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-28
/
+23
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-43
/
+51
*
Cleanups and version bump.
mame0125u9
Aaron Giles
2008-07-03
1
-1
/
+1
*
Fixed some save state problems in the DCS driver. Still comes out garbled
Aaron Giles
2008-06-30
1
-1
/
+1
*
Oops, forgot to shift addresses for 16,32,64-bit watchpoint stubs.
Aaron Giles
2008-06-28
1
-12
/
+12
*
Changed how watchpoints work so that supporting them adds 0 overhead
Aaron Giles
2008-06-28
1
-535
/
+626
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-13
/
+2
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-23
1
-10
/
+10
*
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
[next]