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
/
debugvw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-1
/
+1
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-34
/
+24
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-1
/
+0
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-17
/
+17
*
Fix compile warning on 64-bit Linux (no whatsnew)
R. Belmont
2010-06-25
1
-1
/
+1
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-3034
/
+399
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-1
/
+1
*
Near the end? (no whatsnew)
R. Belmont
2010-06-17
1
-3
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-196
/
+129
*
Fixed crash in memory window view region. No whatsnew.
Couriersud
2010-05-22
1
-1
/
+4
*
Partial fix for MT #03844. Addresses entered in memory window will now honour...
Couriersud
2010-05-16
1
-1
/
+5
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
1
-1
/
+1
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-4
/
+4
*
Made direct accessors for device configuration state. Currently they
Aaron Giles
2010-01-21
1
-4
/
+4
*
Fix bug where memory regions were not properly enumerated for the
Aaron Giles
2010-01-18
1
-77
/
+35
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-10
/
+10
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+1
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-4
/
+4
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-34
/
+25
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-45
/
+26
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Cleanups and version bump.
mame0135u4
Aaron Giles
2009-12-23
1
-1
/
+1
*
Fix MSVC warning.
Aaron Giles
2009-12-18
1
-1
/
+0
*
Fix MT03444. Global arrays are now included once again in the memory view.
Aaron Giles
2009-12-12
1
-16
/
+24
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-1
/
+1
*
Device memory spaces are now visible in the debugger.
Aaron Giles
2009-10-09
1
-6
/
+9
*
Added helper function core_i64_hex_format. Replaced several printf cases in t...
Aaron Giles
2009-09-10
1
-41
/
+7
*
Fixed crasher in the debugger revealed by the latest changes.
Aaron Giles
2009-09-08
1
-1
/
+1
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-5
/
+5
*
Added casts to ensure proper values are passed to the ctype.h functions.
Aaron Giles
2009-06-25
1
-4
/
+4
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-14
/
+8
*
From: Duke [mailto:startaq@gmail.com]
Aaron Giles
2009-04-23
1
-1
/
+2
*
Added display of frame number to the beamx/y info in the register view.
Aaron Giles
2009-04-11
1
-1
/
+17
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-62
/
+62
*
Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE
Aaron Giles
2009-01-17
1
-10
/
+2
*
Stop crash/assert when trying to decrease the debugger memory window bytes pe...
Phil Bennett
2009-01-16
1
-1
/
+3
*
02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug
Aaron Giles
2008-12-30
1
-7
/
+10
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-5
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-12-22
1
-2
/
+2
*
Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling
Aaron Giles
2008-12-20
1
-0
/
+1
*
removed unused variable "result"
Roberto Zandona
2008-12-20
1
-1
/
+0
*
Memory view fixes:
Aaron Giles
2008-12-20
1
-38
/
+63
*
Fixed registers view to only show those entries valid for the
Aaron Giles
2008-12-19
1
-0
/
+2
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-2
/
+2
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-6
/
+11
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-70
/
+66
*
Removed unnecessary masking in disassembly view.
Aaron Giles
2008-12-14
1
-3
/
+3
*
Here's the big one....
Aaron Giles
2008-12-11
1
-18
/
+0
[next]