summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/debugwin.c
Commit message (Collapse)AuthorAgeFilesLines
* - Added deprecat.h that contains some deprecated/discouraged contructs (see ↵ Zsolt Vasvari2008-01-251-0/+1
| | | | | | | | | below) The idea is to create extra work if a driver wants to use these and hopefully gives an incentive to look for an alternate solution - Added #include of deprecat.h that rely on these contructs - Removed a bunch of unneccassary #include's from these files
* Fixed default memory view width for CPUs with >byte-sized minimum Aaron Giles2008-01-211-27/+15
| | | | Made menu updating dynamic at click time, fixing issues with incorrect checkmarks
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
| | | | | | - removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
* Fixed altf4_0111u4gre. Aaron Giles2008-01-041-1/+3
| | | | Also fixed potential issue using F10.
* Enabled UNICODE by default for 64-bit builds. Aaron Giles2008-01-031-4/+4
| | | | | Fixed several issues with building for Unicode on MSVC. Almost certainly broke things for MESS/MAMEUI. (Sorry.)
* (From Oliver Stoneberg) Aaron Giles2008-01-031-9/+28
| | | | | This patch fixes a few UNICODE=1 issues in the disassembly and memory windows of the MAME debugger. I also removed two redundant arrays.
* Spacing cleanups. Aaron Giles2007-12-241-1/+1
|
* Fixed bug that would cause events to leak through to the game when the ↵ Aaron Giles2007-12-211-0/+4
| | | | debugger was up.
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+3025