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
/
debugcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-3115
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-1
/
+1
*
Give message if debugger comments are not saved (nw)
yz70s
2015-10-07
1
-0
/
+2
*
*duh*
Olivier Galibert
2015-06-24
1
-1
/
+1
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-7
/
+11
*
License self-service.
Aaron Giles
2015-05-25
1
-1
/
+1
*
lot more updated (nw)
Miodrag Milanovic
2015-05-11
1
-5
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-32
/
+32
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-8
/
+8
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-6
/
+6
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-5
/
+5
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-8
/
+8
*
Fixed strange display of long strings in Qt debugger (nw).
Andrew Gardner
2014-10-19
1
-8
/
+2
*
Make cheat initialization debugger message more verbose. [Pugsy]
Scott Stone
2014-10-08
1
-1
/
+4
*
Memory system and Namco improvements: [Alex Jackson]
Alex W. Jackson
2014-09-18
1
-3
/
+3
*
Fixed cheatnext command. (nw)
Sandro Ronco
2014-05-19
1
-9
/
+11
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-1
/
+1
*
device_gfx_interface and memory system improvements: [Alex Jackson]
Alex W. Jackson
2014-04-08
1
-3
/
+3
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
1
-8
/
+8
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
1
-8
/
+8
*
made MAME and MESS compile under VS2013, 32bit only for now (nw)
Miodrag Milanovic
2014-03-31
1
-3
/
+3
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-20
/
+7
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-2
/
+2
*
Adds a watchpoint debug view. [Andrew Gardner]
Andrew Gardner
2013-07-26
1
-3
/
+4
*
Fixes for building MAME with Visual Studio 2013 preview [smf]
smf-
2013-07-05
1
-7
/
+7
*
QT Debugger: WIP for a new breakpoints window. [Andrew Gardner]
Andrew Gardner
2013-06-06
1
-2
/
+2
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-4
/
+4
*
Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner]
Andrew Gardner
2013-05-14
1
-12
/
+51
*
Adds memory tracking to debugger. This includes two new commands: trackmem and
Andrew Gardner
2013-05-09
1
-3
/
+86
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
1
-0
/
+44
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
QT Debugger: The memory view chunk size radio now reports proper sizes.
Andrew Gardner
2013-04-02
1
-1
/
+4
*
revision 21548 caused "trace off" to crash with a access violation [smf]
smf-
2013-03-16
1
-5
/
+1
*
Debugger: [Wilbert Pol]
Wilbert Pol
2013-03-11
1
-0
/
+151
*
Added the ability to tracelog to '{game}' (without the quotes); performing a
Nathan Woods
2013-03-03
1
-3
/
+7
*
Fixing natural keyboard debugger commands (input, dumpkbd)
Nathan Woods
2013-02-10
1
-0
/
+52
*
QT Debugger improvements [Andrew Gardner]
Andrew Gardner
2013-01-24
1
-2
/
+8
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-61
/
+61
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-41
/
+41
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-8
/
+4
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-1
/
+1
*
Sync with MESS, including OG's fix for exiting with debugger active (no whats...
Miodrag Milanovic
2012-01-26
1
-5
/
+0
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-31
/
+47
*
Cleanups and version bump
mame0142u6
Angelo Salese
2011-06-19
1
-7
/
+7
*
Added image devices support to debugger [Miodrag Milanovic]
Miodrag Milanovic
2011-06-08
1
-1
/
+69
*
Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0-
Angelo Salese
2011-05-15
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-1
/
+1
[next]