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
/
debugcmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-507
/
+0
*
Whoops, one more reference....
Aaron Giles
2010-09-04
1
-4
/
+3
*
Remove unused debug_comment_exit
Aaron Giles
2010-09-04
1
-10
/
+0
*
Have each device create its own device_debug instead of letting the
Aaron Giles
2010-09-04
1
-9
/
+2
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-2
/
+2
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-40
/
+35
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-6
/
+6
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-3
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-12
/
+13
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-11
/
+11
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+2
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-8
/
+4
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-30
/
+4
*
Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former...
Fabio Priuli
2010-01-06
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-13
/
+13
*
Cleanups and version bump.
Aaron Giles
2009-09-10
1
-4
/
+4
*
Another crasher.
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
-150
/
+129
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-3
/
+2
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-6
/
+5
*
More debugger changes.
Aaron Giles
2008-12-03
1
-3
/
+3
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-3
/
+2
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-1
/
+1
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-2
/
+3
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-17
/
+21
*
Another big one.
Aaron Giles
2008-11-20
1
-2
/
+2
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-28
/
+36
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-4
/
+5
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-12
/
+11
*
Fixes error:
Andrew Gardner
2008-02-03
1
-6
/
+9
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Atari Ace)
Aaron Giles
2007-12-31
1
-7
/
+2
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+570