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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
8
-676
/
+545
*
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
*
Cleanups and version bump.
Aaron Giles
2010-05-05
1
-11
/
+11
*
Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg]
Scott Stone
2010-04-23
1
-2
/
+4
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
1
-1
/
+1
*
several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg]
Fabio Priuli
2010-03-17
1
-1
/
+1
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
4
-25
/
+25
*
Make mips register names accessible in the debugger expressions [Olivier Gali...
Olivier Galibert
2010-02-19
1
-2
/
+2
*
Internal debugger using the mame rendering infrastructure
Couriersud
2010-02-11
1
-1
/
+5
*
Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward.
Couriersud
2010-02-05
1
-2
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-01-28
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
2
-92
/
+74
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
8
-126
/
+126
*
All files modified here solely depend on osdcore.h. Therefore changed all mal...
Couriersud
2010-01-17
2
-23
/
+23
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
3
-4
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-2
/
+2
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
3
-3
/
+3
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-6
/
+6
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
4
-4
/
+4
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
8
-33
/
+38
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
3
-48
/
+33
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
7
-109
/
+55
*
Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former...
Fabio Priuli
2010-01-06
2
-2
/
+2
*
Exposed an address space for EEPROM devices. This has several
Aaron Giles
2009-12-28
3
-94
/
+1
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
8
-31
/
+31
*
Rename eepromdev.c/h back to eeprom.c/h
Aaron Giles
2009-12-27
1
-1
/
+1
*
Rename functions and other references to eepromdev_* back to eeprom_*
Aaron Giles
2009-12-27
1
-2
/
+2
*
Allow any device memory (not just CPU's) to be accessed via debug expressions.
Aaron Giles
2009-12-27
1
-60
/
+70
*
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
*
Internal memory system shuffling. Address maps initialized internally
Aaron Giles
2009-12-06
1
-3
/
+4
*
replaced char * pointer comparison with strcmp.
smf-
2009-12-06
1
-1
/
+1
*
fixed compiling after share were changed to a tag, not tested if this is the ...
smf-
2009-12-06
1
-2
/
+2
*
More memory system cleanup. Removed SMH_* macros entirely. In
Aaron Giles
2009-12-05
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
2
-3
/
+3
*
Eliminated osd_cpu.h.
Aaron Giles
2009-10-12
1
-2
/
+0
*
Device memory spaces are now visible in the debugger.
Aaron Giles
2009-10-09
2
-27
/
+32
*
> -----Original Message-----
Aaron Giles
2009-10-03
2
-2
/
+9
*
Fix typo/bug caught by GCC
R. Belmont
2009-10-02
1
-1
/
+1
*
Fix GCC compiler warning.
R. Belmont
2009-10-02
1
-0
/
+2
*
> From: Sandro Ronco [mailto:sandroronco@gmail.com]
Aaron Giles
2009-10-01
1
-38
/
+76
*
Memory references can now explicitly specify logical or physical access
Aaron Giles
2009-10-01
3
-72
/
+123
*
> -----Original Message-----
Aaron Giles
2009-09-21
2
-58
/
+57
*
removed confusing double variable name
Michaël Banaan Ananas
2009-09-12
1
-4
/
+2
*
Cleanups and version bump.
Aaron Giles
2009-09-10
2
-5
/
+5
*
Added helper function core_i64_hex_format. Replaced several printf cases in t...
Aaron Giles
2009-09-10
2
-163
/
+38
[next]