Skip to content

Commit

Permalink
Merge pull request joncampbell123#5129 from maron2000/fix_diacritics
Browse files Browse the repository at this point in the history
Fix some diacritics cannot be typed
  • Loading branch information
joncampbell123 authored Jul 24, 2024
2 parents 26821af + fb22a36 commit 7aa4f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bios.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aa4f94

Please sign in to comment.