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
/
debugcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
debug: reverted dasm window change. (nw)
Robert
2014-12-24
1
-1
/
+1
*
debug: better handling of duplicate memory access
Fabrice Bellet
2014-12-18
1
-4
/
+4
*
debug: dont update asm view in the start_hook()
Fabrice Bellet
2014-12-18
1
-1
/
+1
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-2
/
+2
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-1
/
+1
*
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
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-1
/
+1
*
m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp...
Alex W. Jackson
2014-05-30
1
-0
/
+12
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
1
-3
/
+0
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-2
/
+2
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-13
/
+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
mame0150
Miodrag Milanovic
2013-09-17
1
-29
/
+29
*
Adds a watchpoint debug view. [Andrew Gardner]
Andrew Gardner
2013-07-26
1
-22
/
+31
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-12
/
+12
*
QT Debugger: Finished up the breakpoints window. [Andrew Gardner]
Andrew Gardner
2013-06-12
1
-8
/
+14
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-14
/
+14
*
Adds memory tracking to debugger. This includes two new commands: trackmem and
Andrew Gardner
2013-05-09
1
-5
/
+50
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-4
/
+4
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
1
-45
/
+91
*
Adds simple_set data structure and hooked it up to the debugger comment system.
Andrew Gardner
2013-04-13
1
-89
/
+18
*
Fix visual studio compile. (nw)
Andrew Gardner
2013-04-03
1
-3
/
+5
*
QT Debugger: The memory view chunk size radio now reports proper sizes.
Andrew Gardner
2013-04-02
1
-16
/
+10
*
Debugger: [Wilbert Pol]
Wilbert Pol
2013-03-11
1
-0
/
+175
*
Added a new 'lastinstructioncycles' property to the debugger to measure the
Nathan Woods
2013-02-17
1
-1
/
+21
*
fixed crash with -debug when image loading failed (nw)
Oliver Stöneberg
2013-02-12
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-71
/
+71
*
Fix GCC 4.4 compile (no whatsnew)
mahlemiut
2012-09-20
1
-4
/
+4
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-30
/
+36
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-212
/
+192
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-2
/
+2
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
removed some astring::stringbuffer() usage - fixes potential missing \0 termi...
Oliver Stöneberg
2012-09-07
1
-1
/
+5
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-3
/
+3
*
Fixed device search in the debugger to work like a normal
Aaron Giles
2012-02-04
1
-6
/
+4
*
Undo last change, it is unnecessary. Cheat problems must lie elsewhere.
Aaron Giles
2012-02-04
1
-10
/
+0
*
Root colons not required by default in the debugger for region
Aaron Giles
2012-02-04
1
-0
/
+10
*
Sync with MESS, including OG's fix for exiting with debugger active (no whats...
Miodrag Milanovic
2012-01-26
1
-0
/
+4
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-15
/
+10
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
1
-6
/
+2
*
Adding "totalcycles" debugger variable
Nathan Woods
2011-12-29
1
-1
/
+16
*
Break into debugger check outside of vblank check (no whatsnew)
Miodrag Milanovic
2011-07-26
1
-9
/
+3
*
Allow break into debugger for screen less systems (no whatsnew)
Miodrag Milanovic
2011-07-19
1
-0
/
+5
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-4
/
+4
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-5
/
+5
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-2
/
+2
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
1
-12
/
+12
*
BIG update.
Aaron Giles
2011-03-29
1
-129
/
+129
[next]