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
/
machine
/
nvram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-181
/
+0
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
1
-1
/
+0
*
please bear with me.. these are needed to compile in GCC 5.2 and I want mingw...
Cowering
2015-07-23
1
-0
/
+11
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-1
/
+1
*
fix compilation error when building with VS14 CTP4 (nw)
smf-
2014-10-17
1
-1
/
+1
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
fixed src/emu/machine/nvram.c clang compilation (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-4
/
+4
*
Make memory shares follow the same pattern as memory
Aaron Giles
2012-04-20
1
-1
/
+1
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-2
/
+4
*
NVRAM custom init delegate are now device_delegates.
Aaron Giles
2012-01-14
1
-2
/
+1
*
Readd type checking to late-binding delegates. This is generally used in
Aaron Giles
2011-05-11
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-68
/
+25
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-2
/
+2
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices.
Aaron Giles
2011-03-10
1
-0
/
+4
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-4
/
+4
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-1
/
+1
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-2
/
+2
*
Regression fixes.
Aaron Giles
2010-09-10
1
-9
/
+28
*
Fix custom NVRAM initialization.
Aaron Giles
2010-09-10
1
-3
/
+9
*
Added templates required_shared_ptr<> and optional_shared_ptr<> which
Aaron Giles
2010-09-04
1
-0
/
+213