Skip to content

Commit 4131867

Browse files
authored
Merge pull request #1069 from zoltanvb/ep128emu_mouse
Update for ep128emu_core v1.2.11
2 parents 4f66eda + d0909e0 commit 4131867

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/library/ep128emu.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Frontend-level settings or features that the ep128emu core respects.
6363
| [Softpatching](../guides/softpatching.md) ||
6464
| Disk Control ||
6565
| Username ||
66-
| Language | |
66+
| Language | |
6767
| Crop Overscan ||
6868
| LEDs ||
6969

@@ -99,6 +99,7 @@ Load any supported content file. Content type will be autodetected, and if possi
9999
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.
100100

101101
Apart from disk/tape/fileIO differences, the core will adjust the emulated machine configuration in some cases:
102+
102103
- if content file has `.DTF` extension, ZozoTools BIOS will be used
103104
- if content file name contains `[req brd-rom]`, German BIOS will be used
104105
- 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
158159
| ![](../image/retropad/retro_l3.png) | Info display | - |
159160
| ![](../image/retropad/retro_r3.png) | Intelligent zoom | (Zoom is also available via keyboard F12) |
160161

162+
## Mouse
163+
164+
Mouse input is used for the EnterMice emulation of the Enterprise.
165+
161166
## Keyboard
162167

163168
### Enterprise 128
@@ -166,6 +171,7 @@ The ep128emu core takes the Enterprise UK keyboard as a basis:
166171
![](../image/core/ep128emu/enterprise-128-uk-keyboard.png)
167172

168173
Most mappings are straightforward positionally from an ISO UK keyboard:
174+
169175
- Dark green: natural mapping, both position and function matches nicely
170176
- Light green: either position or function is slightly different
171177
- Yellow: function is different
@@ -277,7 +283,7 @@ Function key row is mapped to Fn-array. Extra mappings are marked in the followi
277283

278284
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.
279285

280-
From version 1.1.0, external BIOS files are optional.
286+
From ep128emu_core version 1.1.0, external BIOS files are optional.
281287

282288
| Filename | Description | md5sum |
283289
|:-----------------:|:-------------------------------:|:--------------------------------:|
@@ -312,7 +318,7 @@ Enterprise 128 has software extensions to emulate ZX Spectrum (48, 128) and Amst
312318

313319
- Obtain ROM version of SPEmu from the [EnterpriseForever forums](https://enterpriseforever.com/letoltesek-downloads/enterprise-software/).
314320
- Place ROM files under RetroArch system directory: `system/ep128emu/roms/`
315-
- Create a custom config file into RetroArch system directory called `system/ep128emu/config/enterprise.ep128cfg`:
321+
- Create a custom config file next to the content (such as a .tzx file) called `enterprise.ep128cfg`:
316322

317323
`machineDetailedType "EP128_TAPE"`
318324
`memory.ram.size 256`
@@ -324,11 +330,9 @@ Enterprise 128 has software extensions to emulate ZX Spectrum (48, 128) and Amst
324330
`memory.rom.42.offset 32768`
325331
`tape.forceMotorOn Yes`
326332

327-
- Start ep128emu core without content
333+
- Start ep128emu core using the tape content
328334
- Invoke the SPEmu extension with `:sp128`
329335
- Choose Load tape
330-
- Enter RetroArch Quick menu (F1), go to Disk Control, and select the `.tap` file containing the Spectrum program
331-
- Later on, remember to remove the custom config file if you run into problems with regular Enterprise programs afterwards
332336

333337
### CPCEMU
334338

0 commit comments

Comments
 (0)