Skip to content

Commit

Permalink
Merge pull request #4876 from maron2000/CP_fix
Browse files Browse the repository at this point in the history
Fix freeze when codepages regarding EGA18.CPX is loaded
  • Loading branch information
joncampbell123 authored Mar 6, 2024
2 parents ca533af + 6178a4d commit e80b002
Show file tree
Hide file tree
Showing 4 changed files with 1,870 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern struct BuiltinFileBlob bfb_EGA14_CPX;
extern struct BuiltinFileBlob bfb_EGA15_CPX;
extern struct BuiltinFileBlob bfb_EGA16_CPX;
extern struct BuiltinFileBlob bfb_EGA17_CPX;
extern struct BuiltinFileBlob bfb_EGA18_CPX;
extern struct BuiltinFileBlob bfb_EGA18_CPI;
extern struct BuiltinFileBlob bfb_KEYBOARD_SYS;
extern struct BuiltinFileBlob bfb_KEYBRD2_SYS;
extern struct BuiltinFileBlob bfb_KEYBRD3_SYS;
Expand Down
Loading

0 comments on commit e80b002

Please sign in to comment.