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
/
debug
/
dvdisasm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-3
/
+3
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-31
/
+19
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
1
-0
/
+4
*
Adds simple_set data structure and hooked it up to the debugger comment system.
Andrew Gardner
2013-04-13
1
-4
/
+0
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-19
/
+19
*
QT Debugger improvements. [Andrew Gardner]
Andrew Gardner
2013-01-16
1
-19
/
+45
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-19
/
+19
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-31
/
+31
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-8
/
+8
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-2
/
+2
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-2
/
+2
*
Made disassembler view show in octal if cpu core is specified like that, for ...
Miodrag Milanovic
2011-10-04
1
-10
/
+11
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-8
/
+8
*
BIG update.
Aaron Giles
2011-03-29
1
-7
/
+7
*
Fix disassembler override hook [Aaron Giles]
R. Belmont
2011-02-19
1
-2
/
+2
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-1
/
+1
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-6
/
+5
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-22
/
+22
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-13
/
+13
*
Cleanup debugger interface some more.
Aaron Giles
2010-07-06
1
-1
/
+1
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-4
/
+3
*
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
/
+1
*
Fix disasm scrolling for real.
Aaron Giles
2010-06-25
1
-18
/
+15
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-0
/
+710