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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-0
/
+8
*
|
More fixes and simplifications (nw)
Olivier Galibert
2017-12-03
1
-63
/
+23
|
/
*
Fix non-initialized member of debugcpu (nw)
Olivier Galibert
2017-11-30
1
-0
/
+1
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-53
/
+43
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-12
/
+12
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-85
/
+28
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-2
/
+6
*
device_state_interface: Polymorphism and std::function for entries (nw) (#2690)
ajrhacker
2017-10-12
1
-1
/
+1
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-39
/
+432
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-432
/
+39
*
stop hotspot from crashing when you start running. (nw)
smf-
2017-07-25
1
-29
/
+30
*
Don't assume a watch point exists for the address space passed to watchpoint_...
smf-
2017-07-25
1
-8
/
+9
*
* Make XML file a class of its own managed with smart poitners
Vas Crabb
2017-07-21
1
-11
/
+6
*
Revert f8 behaviour, to run until next start of vblank, by re-adding a check ...
smf-
2017-07-04
1
-1
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-9
/
+9
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-7
/
+7
*
debugcpu: Eliminate direct() from read_opcode [O. Galibert]
Olivier Galibert
2017-06-25
1
-85
/
+6
*
srcclean (nw)
Vas Crabb
2017-06-25
1
-2
/
+2
*
Fixed an issue that could cause the debugger 'source' command to falsely disp...
Nathan Woods
2017-06-24
1
-1
/
+1
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-40
/
+36
*
general cleanup:
Vas Crabb
2017-05-23
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2017-04-23
1
-1
/
+1
*
disable: Better interface (nw)
Olivier Galibert
2017-03-26
1
-42
/
+20
*
disable: reverse polarity (nw)
Olivier Galibert
2017-03-26
1
-10
/
+10
*
Fixed writes to decrypted opcode memory [v3] (#2190)
PugsyMAME
2017-03-26
1
-3
/
+48
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-1
/
+1
*
Revert "Fixed writes to decrypted opcode memory" (#2185)
Olivier Galibert
2017-03-24
1
-41
/
+10
*
Fixed writes to decrypted opcode memory
PugsyMAME
2017-03-24
1
-10
/
+41
*
debugger: print octal addresses in the trace if CPU is octal.
Sergey Svishchev
2017-03-16
1
-1
/
+8
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-87
/
+35
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+10
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Merge pull request #1987 from npwoods/tracesym_debugger_command
R. Belmont
2017-01-17
1
-2
/
+2
|
\
|
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-2
/
+2
*
|
Added a facility to allow logerror output to reside in traces
Nathan Woods
2017-01-16
1
-3
/
+19
|
/
*
XML refactoring:
Vas Crabb
2016-12-11
1
-12
/
+12
*
dimemory: Remove the magic bypass [O. Galibert]
Olivier Galibert
2016-12-10
1
-43
/
+0
*
sharc: Use standard memory maps [O. Galibert]
Olivier Galibert
2016-12-09
1
-0
/
+4
*
One more command that lacked an 'o' version (nw)
AJR
2016-12-02
1
-0
/
+2
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
1
-6
/
+4
|
\
|
*
Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...'
Nathan Woods
2016-11-20
1
-2
/
+4
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-6
/
+2
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-2
/
+24
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-24
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-103
/
+104
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-30
/
+30
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-95
/
+95
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-3
/
+3
[prev]
[next]