[FREELDR:PC98] Fix build by doing a partial revert

Partial revert of 9decadee83.
It introduced a typo in the assembler code that broke the build.
Also, "Press any key" text fits into 512 bootsector space on both GCC/MSVC.

CORE-19882 CORE-17977
This commit is contained in:
Stanislav Motylkov
2025-12-19 23:10:25 +01:00
parent 3f96772154
commit 7f64cd986b

View File

@@ -481,8 +481,7 @@ msgDiskError:
msgNotFoundError:
.ascii "NFE", CR, LF, NUL
msgAnyKey:
// .ascii "Press any key", NUL
.ascii "Press key", NULL
.ascii "Press any key", NUL
filename:
.ascii "FREELDR SYS"