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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-21
/
+21
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-0
/
+3
*
Make generic VTLB implementation a modern device interface (nw)
AJR
2016-02-07
1
-18
/
+0
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-8
/
+8
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-0
/
+8
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-15
/
+15
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+4
*
Add ambiguous execute() and memory() methods to the
Aaron Giles
2012-09-11
1
-0
/
+4
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-1
/
+4
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-41
/
+17
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-23
/
+14
*
Added device_t::memory() to fetch a reference to the memory interface,
Aaron Giles
2011-03-27
1
-25
/
+0
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-1
/
+1
*
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
-7
/
+7
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-3
/
+4
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-46
/
+4
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-7
/
+7
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-32
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-18
/
+18
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+292