1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

Fix Apple 2 text codec

This commit is contained in:
Karol Stasiak
2018-12-17 17:03:52 +01:00
parent dfd9dd4c6a
commit 7616c246ee
5 changed files with 42 additions and 34 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ This may cause problems if the parameter table is stored next to a hardware regi
* `-flenient-encoding`, `-fno-lenient-encoding`
Whether the compiler should allow for invalid characters in string/character literals that use the default encodings and replace them with alternatives.
`.ini` equivalent: `lenient_encoding`. Default: no.
`.ini` equivalent: `lenient_encoding`. Default: yes on Apple II, no otherwise.
* `-fshadow-irq`, `-fno-shadow-irq`
Whether the interrupt routines should make use of Z80 shadow registers.