From fb22a368d4e5950877d5f4e9e74d41b1860a4199 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:04:22 +0900 Subject: [PATCH] Fix some diacritics cannot be typed --- include/bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bios.h b/include/bios.h index 707ebc1e802..a2a099a855a 100644 --- a/include/bios.h +++ b/include/bios.h @@ -164,7 +164,7 @@ Bitu ROMBIOS_GetMemory(Bitu bytes,const char *who=NULL,Bitu alignment=1,Bitu mus extern RegionAllocTracking rombios_alloc; /* maximum of scancodes handled by keyboard bios routines */ -#define MAX_SCAN_CODE 0x93 +#define MAX_SCAN_CODE 0x7F /* The Section handling Bios Disk Access */ //#define BIOS_MAX_DISK 10