summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-7/+7
|
* (Break|Watch)points window for Windows debugger Vas Crabb2015-02-211-0/+2
|
* Port Windows debugger to C++, fix some memory leaks, make menus and window ↵ Vas Crabb2015-02-211-2964/+129
| | | | resize a bit nicer
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-13/+13
|
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-251-12/+31
|
* Converted back osd_interface into a pure interface. couriersud2015-01-121-8/+9
| | | | | | | The previous version just exhibited any member of osd_interface to the core. This one limits core access to osd to those functions originally specified. There is room for improvement going forward here in the design. Left FIXMEs where appropriate. (nw)
* Added window to osd_interface (nw) Miodrag Milanovic2014-09-011-2/+2
| | | | win_monitor_info to class win_window_info to class, partial
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ Miodrag Milanovic2014-05-081-0/+3080
left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options