MS-DOS: several fixes for the tiled map

This commit is contained in:
nhmall
2026-06-09 16:48:02 -04:00
parent 1faa85010d
commit e34238d2bc
+9
View File
@@ -161,6 +161,15 @@ Linux: add WANT_SYSTEM_LUA=1 support to the linux.500 hints files and
step and the subsequent compiling of Lua; it tries to use use
the Lua5.4 package that is already installed on the system
macOS: fix ncurses build with Homebrew
MS-DOS: Fix custom colors in VESA BIOS mode (pr #1577 by chasonr)
MS-DOS: VESA mode: set the viewport size correctly so the position bar
does not overlap the map; correctly set the size to which tiles are
stretched when overview mode (F4) is selected (pr #1579 by chasonr)
MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan
and vesa_userpan, so the pan keys (CTRL+arrow) work correctly. Some
emulations don't report CTRL with up or down arrows, so accept
CTRL-home, CTRL-page up, CTRL page down and CTRL-end
(pr #1579 by chasonr)
musl: musl libc does not have __sighandler_t so don't use it in the
macro definition for SIG_RET_TYPE with musl
WASM: resolve some build failures in 'make CROSS_TO_WASM=1'