diff options
| author | 2025-07-01 06:27:05 +1000 | |
|---|---|---|
| committer | 2025-07-01 06:35:44 +1000 | |
| commit | 0bdb4f0669a96e07e7487c4be3a416acac8be596 (patch) | |
| tree | fca96e9484688449df179848c36c0657ff7ed3e3 /src/osd/modules/debugger/win/debugwininfo.cpp | |
| parent | 046dcb059cfc603bf1819381840eb621ec4b6d7e (diff) | |
Clean up various stuff.
docs: Explicitly state that installing a read/write tap returns the
pass-through handler.
cpu/mb86235: Using lowercas integer literal suffixes hurts readability,
especially when it's 1ll (compare to 1LL, especially in a Courier-like
font).
video/ppu2c0x_vt.cpp: Look for the patterns.
mame.lst: Expunge comments that started creeping back in.
taito/taitotz.cpp: Use versions as printed on Taito's hard disk labels
in descriptions.
debug/win: Requiring every debugger window class to care about the
console window's views is bad design. That's a clear case of
unnecessary coupling.
posix/posixptty.cpp: Testing for glibc does not guarantee pty.h is
available. It's possible to build glibc for targets where its PTY
wrapper functions are not implemented.
Diffstat (limited to 'src/osd/modules/debugger/win/debugwininfo.cpp')
| -rw-r--r-- | src/osd/modules/debugger/win/debugwininfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/win/debugwininfo.cpp b/src/osd/modules/debugger/win/debugwininfo.cpp index f697026c320..6ed3c193bc0 100644 --- a/src/osd/modules/debugger/win/debugwininfo.cpp +++ b/src/osd/modules/debugger/win/debugwininfo.cpp @@ -353,6 +353,7 @@ void debugwin_info::restore_configuration_from_node(util::xml::data_node const & recompute_children(); } + // Set the bounds for the corresponding debug_viewinfo. This implementation // is only intended for use with win_infos that appear solely as an // independent free-floating window. win_infos that can appear as a frame |
