From 0bdb4f0669a96e07e7487c4be3a416acac8be596 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 1 Jul 2025 06:27:05 +1000 Subject: 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. --- src/osd/modules/debugger/win/debugwininfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osd/modules/debugger/win/debugwininfo.cpp') 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 -- cgit v1.2.3