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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-11
/
+0
*
No need anymore for _BASE (no whatsnew)
Miodrag Milanovic
2012-04-02
1
-42
/
+0
*
MAME going modern part 2 (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-306
/
+7
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+2
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-6
/
+2
*
Added hot/cold attributes. Made the MAME executable 1% smaller by using the
Nathan Woods
2011-11-06
1
-1
/
+1
*
naomi: Split the rom boards into a collection of devices. [O. Galibert]
Olivier Galibert
2011-08-23
1
-0
/
+4
*
memory: Fix an endianness issue when doing a device mapping on a big endian b...
Olivier Galibert
2011-08-05
1
-1
/
+1
*
addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert]
Olivier Galibert
2011-07-05
1
-2
/
+61
*
- Removed difference between handling driver and device address maps
Miodrag Milanovic
2011-05-08
1
-25
/
+24
*
reapplied change until someone can actually explain where it causes a problem.
smf-
2011-05-08
1
-1
/
+1
*
Reverting back addrmap changes and adding AM_SUBDEVICE macro to help addressi...
Miodrag Milanovic
2011-05-08
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-182
/
+182
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-102
/
+102
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-3
/
+3
*
Add DEVICE_SELF_OWNER which allows an address map to refer to the
Aaron Giles
2010-12-20
1
-0
/
+3
*
Modernized liberator driver, added save state support.
Aaron Giles
2010-09-22
1
-0
/
+42
*
Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern
Aaron Giles
2010-09-05
1
-0
/
+42
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-2
/
+2
*
Added an alternate set of address map macros. Now, if you
Aaron Giles
2010-08-21
1
-49
/
+288
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-99
/
+227
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
1
-8
/
+8
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-0
/
+635