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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
2
-4
/
+4
*
Many fixes for breakpoints/watchpoints views
Vas Crabb
2015-02-23
4
-642
/
+369
*
Make opening a break/watchpoints window work better if there are already ten ...
Vas Crabb
2015-02-23
2
-10
/
+6
*
Use uppercase ID in break/watchpoints windows to match how it's printed on th...
Vas Crabb
2015-02-22
2
-2
/
+4
*
Make the (watch|break)points notify correctly in response to clicks
Vas Crabb
2015-02-21
4
-52
/
+10
*
Make return type match value being returned
Vas Crabb
2015-02-20
1
-1
/
+1
*
Fix debugger crash when setting bytes per chunk to more than current bytes pe...
Vas Crabb
2015-02-19
1
-0
/
+2
*
debug: reverted dasm window change. (nw)
Robert
2014-12-24
1
-1
/
+1
*
debug: fix wrong initial m_topleft.x value in memory view
Fabrice Bellet
2014-12-18
2
-2
/
+9
*
debug: better handling of duplicate memory access
Fabrice Bellet
2014-12-18
2
-5
/
+8
*
debug: dont update asm view in the start_hook()
Fabrice Bellet
2014-12-18
3
-1
/
+16
*
debug: fix a string overflow in comments
Fabrice Bellet
2014-12-18
1
-1
/
+1
*
Fix debugger memory display of little-endian memory regions [Alex Jackson]
Alex W. Jackson
2014-12-09
1
-1
/
+1
*
Fix various typos
Zoë Blade
2014-11-30
2
-6
/
+6
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
2
-5
/
+5
*
Fixed strange display of long strings in Qt debugger (nw).
Andrew Gardner
2014-10-19
2
-10
/
+3
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-1
/
+1
*
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 most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
Do web serving in main thread (nw)
Miodrag Milanovic
2014-09-08
1
-0
/
+2
*
Fix uninitialized auto; should fix instances where a game with cheats active ...
Scott Stone
2014-07-21
1
-1
/
+2
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
2
-2
/
+2
*
m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp...
Alex W. Jackson
2014-05-30
1
-0
/
+12
*
Fixed cheatnext command. (nw)
Sandro Ronco
2014-05-19
1
-9
/
+11
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
1
-3
/
+0
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
2
-3
/
+3
*
device_gfx_interface and memory system improvements: [Alex Jackson]
Alex W. Jackson
2014-04-08
1
-3
/
+3
*
use ARRAY_LENGTH (nw)
Oliver Stöneberg
2014-04-03
1
-2
/
+2
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
2
-11
/
+10
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
2
-10
/
+11
*
made MAME and MESS compile under VS2013, 32bit only for now (nw)
Miodrag Milanovic
2014-03-31
1
-3
/
+3
*
osd_* -> global_* compilation fixes (nw)
Oliver Stöneberg
2014-03-24
1
-4
/
+4
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
do not use osd_malloc/osd_free in non-OSD code (nw)
Oliver Stöneberg
2014-03-24
1
-9
/
+9
*
Nuke some more auto_allocs.
Aaron Giles
2014-03-16
1
-0
/
+3
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
2
-3
/
+3
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
7
-162
/
+38
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+2
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
7
-83
/
+40
*
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
18
-558
/
+36
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
4
-47
/
+47
*
added support to display dividers in the debugger state view
Dirk Best
2013-08-25
1
-1
/
+6
*
Fixed the build.
Andrew Gardner
2013-07-26
2
-0
/
+651
*
Adds a watchpoint debug view. [Andrew Gardner]
Andrew Gardner
2013-07-26
7
-96
/
+117
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
4
-63
/
+63
*
Fixes for building MAME with Visual Studio 2013 preview [smf]
smf-
2013-07-05
1
-7
/
+7
*
QT Debugger: Finished up the breakpoints window. [Andrew Gardner]
Andrew Gardner
2013-06-12
4
-53
/
+332
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
2
-19
/
+19
[next]