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
/
osd
/
windows
/
debugwin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
1
-3071
/
+0
*
-Made osd_interface base class for OSD and moved initialization for each subs...
Miodrag Milanovic
2014-04-25
1
-10
/
+6
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-12
/
+12
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-35
/
+2
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-1
/
+1
*
Cleaned a bit Carl's solution for optional QT debugger for Windows (nw)
Miodrag Milanovic
2013-05-30
1
-18
/
+6
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-60
/
+60
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-2
/
+2
*
fixed debugger window to just use fixed-pitch font and removed fallback since...
Oliver Stöneberg
2012-08-18
1
-10
/
+5
*
Fixed display of icon in windows (no whatsnew)
Miodrag Milanovic
2012-05-15
1
-1
/
+1
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-13
/
+10
*
Fixed warnings found by GCC 4.6.2 without change of h63484.c since that one i...
Miodrag Milanovic
2011-09-22
1
-3
/
+3
*
Cleanups and version bump
mame0142u6
Angelo Salese
2011-06-19
1
-34
/
+34
*
Cassette device modernized (no whatsnew)
Miodrag Milanovic
2011-06-15
1
-6
/
+7
*
Added image devices menu to debugger (windows only for now) [Miodrag Milanovic]
Miodrag Milanovic
2011-06-08
1
-2
/
+255
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-6
/
+7
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-7
/
+10
*
BIG update.
Aaron Giles
2011-03-29
1
-60
/
+62
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-3
/
+3
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-2
/
+3
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-3
/
+3
*
Ensured that the debugger disassembly PC cursor is visible on startup. [Curt ...
Curt Coder
2011-02-06
1
-3
/
+3
*
Implemented proper mouse wheel event handling in the Windows debugger. [Curt ...
Curt Coder
2011-02-05
1
-3
/
+13
*
mt bug 2283 fix
Michaël Banaan Ananas
2011-01-04
1
-0
/
+8
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-5
/
+5
*
Fix F4 shortcut so it explicitly labels the address as a number
Aaron Giles
2010-11-29
1
-1
/
+1
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-1
/
+1
*
Create new class osd_interface to house OSD callbacks. Added new
Aaron Giles
2010-10-21
1
-15
/
+6
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-8
/
+8
*
Enable vertical scroll bars in debugger comboboxes, and resize them to
Aaron Giles
2010-09-21
1
-1
/
+11
*
**FOR REVIEW**
Andrew Gardner
2010-09-20
1
-0
/
+9
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-1
/
+1
*
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
-15
/
+15
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-4
/
+4
*
fixed unused variable error.
smf-
2010-06-26
1
-1
/
+0
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-2
/
+2
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-175
/
+144
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-1
/
+4
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
1
-4
/
+4
*
several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg]
Fabio Priuli
2010-03-17
1
-3
/
+3
*
Fix compile error.
Aaron Giles
2010-01-18
1
-3
/
+3
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-5
/
+5
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-7
/
+7
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-4
/
+4
*
Cleanups and version bump.
mame0134u3
Aaron Giles
2009-10-12
1
-22
/
+22
*
Moved all the OSD/windows code over to straight BSD license.
Aaron Giles
2009-10-12
1
-2
/
+34
[next]