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
/
addrmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow AM_NOP in device address maps, there may be others that should be allow...
smf-
2013-06-01
1
-1
/
+1
*
Fixed clipping of device address maps if the size of the map caused the end a...
smf-
2013-05-31
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-30
/
+30
*
addrmap: Yes, we can have a map for 8bits on 8bits, and that's not the end of...
Olivier Galibert
2012-10-20
1
-1
/
+1
*
memory: Fix dynamic recursive device mapping [O. Galibert]
Olivier Galibert
2012-10-10
1
-5
/
+7
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-53
/
+59
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-140
/
+0
*
addrmap: Fix device mapping on big-endian systems [O. Galibert]
Olivier Galibert
2012-08-14
1
-1
/
+1
*
memory: Add support for dynamically mapping devices [O. Galibert]
Olivier Galibert
2012-08-03
1
-0
/
+32
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-2
/
+0
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-49
/
+26
*
memory: Fix an endianness issue when doing a device mapping on a big endian b...
Olivier Galibert
2011-08-05
1
-3
/
+4
*
Clean-ups and version bump
mame0143u1
Angelo Salese
2011-07-11
1
-2
/
+2
*
addrmap: Add a useful error detection [O. Galibert]
Olivier Galibert
2011-07-05
1
-1
/
+4
*
addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert]
Olivier Galibert
2011-07-05
1
-1
/
+173
*
- Removed difference between handling driver and device address maps
Miodrag Milanovic
2011-05-08
1
-11
/
+9
*
reapplied change until someone can actually explain where it causes a problem.
smf-
2011-05-08
1
-2
/
+2
*
Reverting back addrmap changes and adding AM_SUBDEVICE macro to help addressi...
Miodrag Milanovic
2011-05-08
1
-2
/
+2
*
"You have taken your first step into a larger world." ―Obi-Wan Kenobi
smf-
2011-05-06
1
-2
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-84
/
+84
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-12
/
+12
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-2
/
+2
*
Add DEVICE_SELF_OWNER which allows an address map to refer to the
Aaron Giles
2010-12-20
1
-0
/
+5
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-2
/
+2
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-381
/
+286
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
1
-7
/
+7
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-0
/
+891