--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/8463bae8-cd1c-4f4b-ba7d-5e17743fe4abn%40googlegroups.com.
Here’s a clean, English-language reference table for the patchable configuration bytes in FileCommander v0.8, based on the original German documentation.
| Offset (Hex) | Purpose | Values | Notes |
|---|---|---|---|
0003h |
USB support | 0 = disabled, 1 = enabled |
Disables USB initialization if set to 0 |
0008h |
Pseudographics (frame drawing) | 0 = off, 1 = on |
Enables ASCII frame drawing |
0009h |
Vertical line character | ASCII code (e.g. 065h) |
Used for frame drawing |
000Ah |
Horizontal line character | ASCII code | Used for frame drawing |
000Bh |
Top-left corner | ASCII code | Frame drawing |
000Ch |
Top-right corner | ASCII code | Frame drawing |
000Dh |
Bottom-left corner | ASCII code | Frame drawing |
000Eh |
Bottom-right corner | ASCII code | Frame drawing |
0014h |
Inverse mode | 0 = off, 1 = on, 2 = PC1715 style |
Controls inverse video output |
0015h–0018h |
Inverse ON sequence | ASCII codes ending in $ |
Terminal escape sequence |
0019h–001Ch |
Inverse OFF sequence | ASCII codes ending in $ |
Terminal escape sequence |
0020h |
Color output | 0 = off, 1 = on |
Enables color output |
0021h |
Foreground color | Hex code (e.g. 07h) |
Terminal color code |
0022h |
Background color | Hex code (e.g. 40h) |
Terminal color code |
0028h |
Cursor left key | ASCII code | Keyboard mapping |
0029h |
Cursor right key | ASCII code | Keyboard mapping |
002Ah |
Cursor up key | ASCII code | Keyboard mapping |
002Bh |
Cursor down key | ASCII code | Keyboard mapping |
002Ch |
Page up key | ASCII code | Keyboard mapping |
002Dh |
Page down key | ASCII code | Keyboard mapping |
0034h |
INI file bypass | 0 = load INI, >0 = skip INI |
Forces internal config only |
FC.INI.$ to terminate properly.0034h) to ensure fallback behavior.To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/CADQpb5OdUR70wxcwyVRohJPa%3DDSorth9DY1z4-pS_OOvsYDosQ%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "RC2014-Z80" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rc2014-z80/_fB6rWN7kJs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/8eaf768c-3a8c-4ad1-83bb-f0a111818de7n%40googlegroups.com.
On Sat, 18 Oct 2025 at 15:08, Robb Bates <robb...@gmail.com> wrote:
The fact that it's in German was a bit of an obstacle as well. If someone wanted to translate it, that might help a bit.