Skip to content

Commit 1349a41

Browse files
committed
v6.0 WIP: Preparing docs
1 parent 28f8f69 commit 1349a41

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

doc/alpha/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Another way of sharing your Session to users is sending them a link that will op
8181
In the NetPlay! dialog, once you are Hosting a Session, there will be a link button on the upper right, that will generate the link and copy it to your clipboard.
8282

8383
**IMPORTANT:** NetPlay! performance is completely dependent on the network quality. The lower the network latency between users, the better. Higher bandwidths with higher latencies won't help much.
84-
It uses a specialized P2P protocol, and tries to use STUN to traverse NATs/routers so users don't have to worry about IPs and opening ports. Use at your own risk! :-)
84+
The Client may need some time to find and connect do the Server. It uses a specialized P2P protocol, and tries to use STUN to traverse NATs/routers so users don't have to worry about IPs and opening ports. Use at your own risk! :-)
8585

8686
To make all this work seamlessly, WebMSX uses modern Web technologies including WebRTC, which are supported by all major browsers and platforms.
87-
Unfortunately, those technologies are still not available on Apple iOS, so NetPlay! will not work on iOS devices. Sorry but there is not much we can do about it, until Apple feels it should allow its customers to access those technologies.
87+
Unfortunately, those technologies may still not be available on Apple iOS, so NetPlay! may not work on those devices.
8888

8989
## About the Nextor Hard Disk Drive
9090

@@ -177,18 +177,18 @@ The emulator supports several Extensions, or optional components that can be tur
177177

178178
| Extension | Default in Machine | Presets
179179
| --- | :---: | ---
180-
| Hard Disk interface (Nextor) | -- | `HARDDISK`, `HARDDISKC`, `NOHARDDISK`
181-
| Floppy Disk interface with 2 drives | ALL | `DISK`, `NODISK`
182-
| Standard RAM Mapper, adjustable size | MSX2, MSX2+ | `RAM128`..`RAM4096`, `RAMNORMAL`
183-
| Kanji Characters with MSX-JE | Japanese MSX2, 2+, tR | `KANJI`, `NOKANJI`
184-
| V9990 Video | -- | `V9990`
185-
| MSX-MUSIC sound with BASIC extension | MSX2, MSX2+ | `MSXMUSIC`, `NOMSXMUSIC`
186-
| OPL4 Wave sound | -- | `OPL4`
187-
| Double PSG | -- | `DOUBLEPSG`
188-
| SCC-I Sound Cartridge with 128K RAM | -- | `SCCI`, `SCCI2` (in Slot 1/2)
189-
| SCC Sound Cartridge | -- | `SCC`, `SCC2` (in Slot 1/2)
190-
| PAC SRAM Cartridge | -- | `PAC`, `PAC2` (in Slot 1/2)
191-
| MegaRAM Cartridge | -- | `MEGARAM`, `MEGARAM2` (in Slot 1/2)
180+
| Hard Disk interface (Nextor) | -- | `HARDDISK`, `HARDDISKC`, `NOHARDDISK`
181+
| Floppy Disk interface with 2 drives | All | `DISK`, `NODISK`
182+
| Standard RAM Mapper, adjustable size | MSX2 or higher | `RAM128`..`RAM4096`, `RAMNORMAL`
183+
| Kanji Characters with MSX-JE | Japanese MSX2 or higher | `KANJI`, `NOKANJI`
184+
| V9990 Video | -- | `V9990`
185+
| MSX-MUSIC sound with BASIC extension | MSX2 or higher | `MSXMUSIC`, `NOMSXMUSIC`
186+
| OPL4 Wave sound | -- | `OPL4`
187+
| Double PSG | -- | `DOUBLEPSG`
188+
| SCC-I Sound Cartridge with 128K RAM | -- | `SCCI`, `SCCI2` (in Slot 1/2)
189+
| SCC Sound Cartridge | -- | `SCC`, `SCC2` (in Slot 1/2)
190+
| PAC SRAM Cartridge | -- | `PAC`, `PAC2` (in Slot 1/2)
191+
| MegaRAM Cartridge | -- | `MEGARAM`, `MEGARAM2` (in Slot 1/2)
192192

193193
## Loading BASIC files and Typing commands after launch
194194

@@ -325,7 +325,7 @@ https://webmsx.org?MACHINE=MSX1E&DISK=https://basicmuseum.org/Demos.dsk&BASIC_RU
325325
| `JOYKEYS_MODE` | -1 | JoyKeys controls. -1: disabled; 0: enabled at port 1; 1: enabled at port 2; 2: enabled at both ports; 3: enabled at both ports (swapped)
326326
| `MOUSE_MODE` | -1 | Mouse controls. -1: disabled; 0: auto; 1: enabled at port 1; 2: enabled at port 2
327327
| `TOUCH_MODE` | 0 | Touch controls. -1: disabled; 0: auto; 1: enabled at port 1; 2: enabled at port 2
328-
| **+** `MOBILE_MODE` | 0 | Forced Mobile interface. -1: disabled; 0: auto; 1: enabled
328+
| **+** `MOBILE_MODE` | 0 | Forced Mobile interface mode. -1: disabled; 0: auto; 1: enabled
329329
| `DEBUG_MODE` | 0 | Debug Modes. 0: off; 1..7: mode. Don't change! :-)
330330
| `SPRITES_DEBUG_MODE` | 0 | Sprites Debug Modes. 0: off; 1: unlimited; 2: no collisions; 3: both. May cause problems :-)
331331
| `KEYBOARD_JAPAN_LAYOUT` | 1 | Japanese keyboard layout. 0: ANSI, 1: JIS

0 commit comments

Comments
 (0)