summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/debugwin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-60/+60
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* fixed debugger window to just use fixed-pitch font and removed fallback since... Oliver Stöneberg2012-08-181-10/+5
* Fixed display of icon in windows (no whatsnew) Miodrag Milanovic2012-05-151-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-13/+10
* Fixed warnings found by GCC 4.6.2 without change of h63484.c since that one i... Miodrag Milanovic2011-09-221-3/+3
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-34/+34
* Cassette device modernized (no whatsnew) Miodrag Milanovic2011-06-151-6/+7
* Added image devices menu to debugger (windows only for now) [Miodrag Milanovic] Miodrag Milanovic2011-06-081-2/+255
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+7
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-7/+10
* BIG update. Aaron Giles2011-03-291-60/+62
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-3/+3
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* Ensured that the debugger disassembly PC cursor is visible on startup. [Curt ... Curt Coder2011-02-061-3/+3
* Implemented proper mouse wheel event handling in the Windows debugger. [Curt ... Curt Coder2011-02-051-3/+13
* mt bug 2283 fix Michaël Banaan Ananas2011-01-041-0/+8
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Fix F4 shortcut so it explicitly labels the address as a number Aaron Giles2010-11-291-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-1/+1
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-15/+6
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-8/+8
* Enable vertical scroll bars in debugger comboboxes, and resize them to Aaron Giles2010-09-211-1/+11
* **FOR REVIEW** Andrew Gardner2010-09-201-0/+9
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Cleanup debugger interface some more. Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-15/+15
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-4/+4
* fixed unused variable error. smf-2010-06-261-1/+0
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-2/+2
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-175/+144
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+4
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-4/+4
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-3/+3
* Fix compile error. Aaron Giles2010-01-181-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-7/+7
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-22/+22
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-121-2/+34
* From: Xander Xander [xander85@operamail.com] Aaron Giles2009-05-071-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-6/+6
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* Added two new Windows OSD options: -debugger_font and -debugger_font_size, Aaron Giles2008-12-301-5/+18
* fix for bug #01092: debugger crashes when exiting during "run to cursor" Roberto Zandona2008-12-291-0/+2