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
/
debug
/
dvmemory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-7
/
+7
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-4
/
+4
*
Fix debugger crash when setting bytes per chunk to more than current bytes pe...
Vas Crabb
2015-02-19
1
-0
/
+2
*
debug: fix wrong initial m_topleft.x value in memory view
Fabrice Bellet
2014-12-18
1
-0
/
+7
*
Fix debugger memory display of little-endian memory regions [Alex Jackson]
Alex W. Jackson
2014-12-09
1
-1
/
+1
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-3
/
+3
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-4
/
+4
*
Fixed a bug preventing memory display of INT8/UINT8 in debugger [Couriersud]
Couriersud
2013-12-24
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Adds memory tracking to debugger. This includes two new commands: trackmem and
Andrew Gardner
2013-05-09
1
-7
/
+7
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-41
/
+41
*
QT Debugger improvements. [Andrew Gardner]
Andrew Gardner
2013-01-16
1
-41
/
+67
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-41
/
+41
*
Drink from the firehose, my pretties (nw)
R. Belmont
2012-10-19
1
-3
/
+4
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-9
/
+8
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-8
/
+8
*
remived some redundant assignments (also fixes uninitialized array in karnov)...
Oliver Stöneberg
2012-08-11
1
-1
/
+0
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-3
/
+3
*
[MT #3444] Show save state items in debugger memory windows [R. Belmont]
R. Belmont
2012-01-29
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-2
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-1
/
+1
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-8
/
+8
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
1
-3
/
+3
*
BIG update.
Aaron Giles
2011-03-29
1
-6
/
+6
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-1
/
+1
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+1
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-2
/
+2
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-1
/
+1
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-2
/
+2
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-10
/
+10
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-14
/
+14
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-2
/
+2
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
Fix initial state of views so that their sources are properly initialized.
Aaron Giles
2010-06-26
1
-1
/
+3
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-0
/
+813