From 9b249f7d53830f0cfa5a7457d050c291ddb8c92f Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Sat, 14 Oct 2023 23:03:35 +0900 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 80fc892c723..edb6a52240b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,8 @@ Next: means off for IBM compatible mode and on for PC-9821 compatible mode. This should allow some DOS games that depend on the linear framebuffer to work properly even if memsize=16 or higher. + - Fix palette setting bugs due to SETCOLOR fix in 2023.10.06 release. + (Issues #4510, #4511, #4534)(maron2000) 2023.10.06 - Add "VRD" debugger command to force redraw of the VGA screen. From 9fe76c1755f5743e5667608b7b60f211bb72cf76 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:34:15 +0900 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index edb6a52240b..82c2538b681 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ Next: to work properly even if memsize=16 or higher. - Fix palette setting bugs due to SETCOLOR fix in 2023.10.06 release. (Issues #4510, #4511, #4534)(maron2000) + - Fix crash when mounting floppy/ISO images with no extension (maron2000) 2023.10.06 - Add "VRD" debugger command to force redraw of the VGA screen.