Skip to content

Commit 1a6cc7b

Browse files
authored
Update MSX.md (#104)
Corrected the command to change the default MSX to be emulated when using openMSX.
1 parent 5d995d3 commit 1a6cc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/MSX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ By default openMSX will emulate a MSX2+ using the C-BIOS ROM. To change this, yo
292292
When the emulator is running, press <kbd>F10</kbd> and you will get a overlay where you can type commands, here you need to type the following to change the default MSX to be emulated:
293293

294294
````
295-
set default_emulator turbor
295+
set default_machine turbor
296296
````
297297

298298
In the above example we change the default to the MSX TurboR, which was the last MSX machine produced. Other options could be `msx1`, `msx2` or `msx2plus`. There are many MSX machines that can potentially be emulated, for a list look in the directory `/opt/retropie/emulators/openmsx/share/machines` or online [here](https://github.com/openMSX/openMSX/tree/master/share/machines). If, for instance, you wanted to emulate a _Spectravideo SVI-728_, you will find in that directory a file `Spectravideo_SVI-728.xml`. Simply use the name of the file, excluding the .xml extension, as the machine name.
@@ -335,4 +335,4 @@ European MSX machines ran at 50Hz, as that is the PAL video standard, while Japa
335335

336336
How does this effect emulation? The default C-BIOS based model uses 60Hz. A MSX2+ or TurboR will always be 60Hz since they where never officially sold in Europe. Of course the effect can also be the other way around - European MSX software that runs too fast on a Japanese machine type.
337337

338-
In openMSX, you can change the emulated frequency during runtime. Simply open the openMSX command prompt with `F10`, and type `toggle_freq`.
338+
In openMSX, you can change the emulated frequency during runtime. Simply open the openMSX command prompt with `F10`, and type `toggle_freq`.

0 commit comments

Comments
 (0)