You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/ep128emu.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Frontend-level settings or features that the ep128emu core respects.
63
63
|[Softpatching](../guides/softpatching.md)| ✕ |
64
64
| Disk Control | ✔ |
65
65
| Username | ✕ |
66
-
| Language |✕|
66
+
| Language |✔|
67
67
| Crop Overscan | ✕ |
68
68
| LEDs | ✔ |
69
69
@@ -99,6 +99,7 @@ Load any supported content file. Content type will be autodetected, and if possi
99
99
In case of multi-disk (or multi-tape) games, use the Disk Control menu to add the subsequent images and switch between them. You can also use RetroArch's built-in memory analyzer to set up cheats.
100
100
101
101
Apart from disk/tape/fileIO differences, the core will adjust the emulated machine configuration in some cases:
102
+
102
103
- if content file has `.DTF` extension, ZozoTools BIOS will be used
103
104
- if content file name contains `[req brd-rom]`, German BIOS will be used
104
105
- if content file name contains `[req zrom]`, Hungarian language BIOS and EPDOS will be used
@@ -158,6 +159,10 @@ The emulated systems use several joystick types (all digital, with 1 fire button
158
159
|| Info display | - |
159
160
|| Intelligent zoom | (Zoom is also available via keyboard F12) |
160
161
162
+
## Mouse
163
+
164
+
Mouse input is used for the EnterMice emulation of the Enterprise.
165
+
161
166
## Keyboard
162
167
163
168
### Enterprise 128
@@ -166,6 +171,7 @@ The ep128emu core takes the Enterprise UK keyboard as a basis:
Most mappings are straightforward positionally from an ISO UK keyboard:
174
+
169
175
- Dark green: natural mapping, both position and function matches nicely
170
176
- Light green: either position or function is slightly different
171
177
- Yellow: function is different
@@ -277,7 +283,7 @@ Function key row is mapped to Fn-array. Extra mappings are marked in the followi
277
283
278
284
Following "BIOS" files are used for emulation. Note: in usual 8-bit home computer terms, these are "ROM"s as they contain the original machine's read-only memory dumps.
279
285
280
-
From version 1.1.0, external BIOS files are optional.
286
+
From ep128emu_core version 1.1.0, external BIOS files are optional.
0 commit comments