Skip to content

Commit 4cf654c

Browse files
committed
Updated manual.
1 parent 175c404 commit 4cf654c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

documentation/manual/manual.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,10 @@ To run an Inform 7 game (which may be feasible on the MEGA65), you want to set t
547547

548548
Ozmoo has some support for using accented characters in games. This is documented in detail in the tech report, but assuming that suitable fonts and character maps have been prepared, the -cm option is used to enable this character map. By default, Ozmoo has support for these character maps: sv, da, de, it, es and fr, for Swedish, Danish, German, Italian, Spanish and French, respectivily.
549549

550+
## Option -um:[:0|1]
551+
552+
This enables or disables the default unicode table mapping. I.e. if a game tries to print one of the 69 characters that are in the default Z-code unicode table, and the character has not been remapped to a special character using -cm, Ozmoo maps it to the closest single-character approximation, and prints that instead. E.g. "ä" is printed as "a". This feature is enabled by default. Disabling it saves 83 bytes.
553+
550554
## Option -in:[n]
551555

552556
-in sets the interpreter number.

releasenotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ RELEASE NOTES
22

33
Upcoming release
44

5+
================================================
6+
Release 14.40: 28 Sep 2024
7+
58
New/changed features:
69
- Made Quit not show a MORE prompt if no text has been printed since the last read or read_char instruction.
710
- Moved all generated source files to temp folder, so asm folder can be read-only.

0 commit comments

Comments
 (0)