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
/
dimemory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
fixed comment in src/emu/dimemory.c (nw)
Oliver Stöneberg
2013-07-24
1
-2
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-26
/
+26
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-6
/
+14
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-2
/
+2
*
Removed rom_source abstraction, which was just mapping to devices
Aaron Giles
2012-02-20
1
-3
/
+4
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-72
/
+32
*
Allow region tags starting with a : to mean "absolute" so devices can access ...
R. Belmont
2011-09-17
1
-4
/
+13
*
Fixes for variable shadowing [Oliver Stöneberg]
R. Belmont
2011-07-21
1
-2
/
+2
*
Fix for remaining issues with validation of rom regions (no whatsnew)
Miodrag Milanovic
2011-06-22
1
-1
/
+5
*
Fixed AM_REGION to be relative to device (no whatsnew)
Miodrag Milanovic
2011-06-22
1
-1
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-133
/
+97
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-7
/
+7
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-2
/
+2
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-1
/
+1
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-2
/
+2
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-5
/
+5
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-17
/
+9
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-16
/
+16
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-37
/
+37
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-2
/
+2
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-0
/
+49
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-27
/
+27
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+368