Skip to content

Commit 0e66b64

Browse files
committed
Updated documentation to reflect release filename changes and added MISTer FPGAs PC cores to the "Emulators" table in README.md.
1 parent d76aac9 commit 0e66b64

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ See [Binary Native Targets](#binary-native-targets)
1919
and [Binary Compatibility Matrix](#binary-compatibility-matrix)
2020
to determine which binary is right for your system.
2121

22-
#### Lua Exe.zip
22+
#### Watcom Lua Executables (WLE#####.zip)
2323
This zip contains all demo scripts and platform binaries as regular files.
2424
The zip is formatted with DOS headers and has 8.3 friendly names.
2525

26-
#### Lua Ima.zip
26+
#### Watcom Lua floppy disk Images (WLI#####.zip)
2727
This zip contains two floppy disk format images (`.ima` format)
2828
which are ready to be written to real disks for distributing to retro machines
2929
or opened by [emulators](#emulators) directly.
@@ -122,12 +122,13 @@ If you do not have retro hardware but want to try Lua for Watcom
122122
any of the following emulators can be used to run the Lua binaries
123123
from a modern machine.
124124

125-
| Emulator | Emulation Type | Repository | Comment |
126-
|------------------------------------------|----------------|--------------------------------------------|---------------------------------------------------------------------------------------------------|
127-
| [86Box](https://86box.net/) | PC Hardware | https://github.com/86Box/86Box | Requires firmware blobs. For best experience use with 86Box launcher |
128-
| [DOSBox-X](https://dosbox-x.com/) | DOS Software | https://github.com/joncampbell123/dosbox-x | Not to be confused with DOSBox |
129-
| [PCem](https://www.pcem-emulator.co.uk/) | PC Hardware | https://github.com/sarah-walker-pcem/pcem/ | Requires firmware blobs. |
130-
| [Qemu](https://www.qemu.org/) | Hypervisor | https://gitlab.com/qemu-project/qemu | Often used with `libvirt`. Only recommended for guests with driver support (Windows XP and later) |
125+
| Emulator | Emulation Type | Repository | Comment |
126+
|-----------------------------------------------------------------|-------------------------------|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
127+
| [86Box](https://86box.net/) | PC Hardware | https://github.com/86Box/86Box | Requires firmware blobs. For best experience use with 86Box launcher |
128+
| [DOSBox-X](https://dosbox-x.com/) | DOS Software | https://github.com/joncampbell123/dosbox-x | Not to be confused with DOSBox |
129+
| [MISTer FPGA](https://github.com/MiSTer-devel/Wiki_MiSTer/wiki) | Field Programmable Gate Array | https://github.com/MiSTer-devel/ao486_MiSTer</br>https://github.com/MiSTer-devel/PCXT_MiSTer | Requires compatible field programmable gate array (FPGA) hardware. |
130+
| [PCem](https://www.pcem-emulator.co.uk/) | PC Hardware | https://github.com/sarah-walker-pcem/pcem/ | Requires firmware blobs. |
131+
| [Qemu](https://www.qemu.org/) | Hypervisor | https://gitlab.com/qemu-project/qemu | Often used with `libvirt`. Only recommended for guests with driver support (Windows XP and later) |
131132

132133
## Other software
133134

0 commit comments

Comments
 (0)