index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-28
/
+28
*
addrmem: Obvious renames and helpers [O. Galibert]
Olivier Galibert
2016-11-10
1
-43
/
+61
*
addrmap: Dotify [O. Galibert]
Olivier Galibert
2016-11-10
1
-79
/
+79
*
addrmap: Stream it [O. Galibert]
Olivier Galibert
2016-11-10
1
-67
/
+60
*
addrmap: Change setters into passthroughs [O. Galibert]
Olivier Galibert
2016-11-09
1
-27
/
+27
*
addrmap: De-hand-templatize address_map_entry, remove then unneeded entry par...
Olivier Galibert
2016-11-09
1
-118
/
+23
*
addrmap: Remove device parameter [O. Galibert]
Olivier Galibert
2016-11-09
1
-13
/
+14
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-39
/
+39
*
Fix GCC6 warnings
Vas Crabb
2016-06-16
1
-2
/
+0
*
Memory fun [O.Galibert]
Olivier Galibert
2016-06-14
1
-0
/
+4
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-30
/
+30
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-3
/
+3
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-11
/
+0
*
reverting:
Miodrag Milanovic
2016-01-20
1
-13
/
+14
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-14
/
+13
*
Refactoring memory map validity checking
AJR
2015-12-19
1
-0
/
+7
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ...
Oliver Stöneberg
2015-02-05
1
-6
/
+6
*
Memory system and Namco improvements: [Alex Jackson]
Alex W. Jackson
2014-09-18
1
-104
/
+101
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
removed lot of legacy code in memory system and removed corresponding macros ...
Miodrag Milanovic
2014-05-05
1
-72
/
+1
*
Removed some not used macros (nw)
Miodrag Milanovic
2014-04-28
1
-4
/
+0
*
removed some unused AM_*_LEGACY macros (nw)
Oliver Stöneberg
2014-04-21
1
-8
/
+0
*
device_gfx_interface and memory system improvements: [Alex Jackson]
Alex W. Jackson
2014-04-08
1
-3
/
+4
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
New AM_(DEV)SETOFFSET feature for address maps.
Michael Zapf
2013-09-21
1
-0
/
+15
*
removed unused AM_DEVWRITE8_LEGACY macro (nw)
Oliver Stöneberg
2013-09-12
1
-2
/
+0
*
removed unused macro AM_DEVREAD8_LEGACY (nw)
Oliver Stöneberg
2013-07-25
1
-6
/
+0
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
removed unused AM_RAM_WRITE_LEGACY macro (nw)
Oliver Stöneberg
2013-07-12
1
-4
/
+0
*
Converted tms34061 to be a device. [Osso]
Scott Stone
2013-07-09
1
-4
/
+1
*
removed unused AM_RAM_DEVWRITE_LEGACY macro (nw)
Oliver Stöneberg
2013-07-04
1
-1
/
+0
*
fix z80 memory handling + misc cleanups
Michaël Banaan Ananas
2013-06-05
1
-0
/
+4
*
pcat cleanup + removal of all not used LEGACY calls (in comments) and removal...
Miodrag Milanovic
2013-04-19
1
-5
/
+0
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-138
/
+69
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-59
/
+59
*
removed some unused AM_*_LEGACY macros (nw)
Oliver Stöneberg
2013-01-05
1
-10
/
+0
*
addrmap: Avoid a collision between address_map the type and the method of the...
Olivier Galibert
2012-10-20
1
-2
/
+3
*
memory: Fix dynamic recursive device mapping [O. Galibert]
Olivier Galibert
2012-10-10
1
-1
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-109
/
+94
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-60
/
+9
*
AM_BASE_LEGACY breathes its last.
Aaron Giles
2012-09-12
1
-3
/
+0
*
And death to AM_SIZE_LEGACY.
Aaron Giles
2012-09-04
1
-3
/
+0
*
memory: Add support for dynamically mapping devices [O. Galibert]
Olivier Galibert
2012-08-03
1
-3
/
+1
*
Clear out remaining AM_BASE_SIZE.
Aaron Giles
2012-04-16
1
-3
/
+0
*
Remove AM_BASE in favor of AM_SHARED + required_shared_ptr.
Aaron Giles
2012-04-15
1
-5
/
+2
*
Add assertions to catch situations where AM_SHARE is used twice.
Aaron Giles
2012-04-12
1
-1
/
+1
*
Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though.
Aaron Giles
2012-04-11
1
-4
/
+1
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
1
-1
/
+1
*
removed legacy macros to prevent their usage in future (no whatsnew)
Miodrag Milanovic
2012-04-07
1
-13
/
+0
[next]