Skip to content

Commit

Permalink
Mention support for PCjr composite mode in feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgen committed Jul 6, 2021
1 parent 6b9edb6 commit 59deb66
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Expand Up @@ -75,21 +75,22 @@ Codecs supported for CD-DA emulation:

Feature differences between release binaries (or unpatched sources):

| *Feature* | *DOSBox Staging* | *DOSBox SVN*
|- |- |-
| **Pixel-perfect mode** | Yes (`output=openglpp` or `output=texturepp`) | N/A
| **Resizable window** | Yes (for all `output=opengl` modes) | N/A
| **Relative window size** | Yes (`windowresolution=small`, `medium`, or `large`) | `windowresolution=X%`
| **[OPL] emulators** | compat, fast, mame, nuked<sup>[8]</sup> | compat, fast, mame
| **[CGA]/mono support** | Yes (`machine=cga_mono`)<sup>[9]</sup> | Only CGA with colour
| **[Wayland] support** | Experimental (use `SDL_VIDEODRIVER=wayland`) | N/A
| **Modem phonebook file** | Yes (`phonebookfile=<name>`) | N/A
| **Autotype command** | Yes<sup>[10]</sup> | N/A
| **Startup verbosity** | Yes<sup>[11]</sup> | N/A
| **[GUS] enhancements** | Yes<sup>[12]</sup> | N/A
| **Raw mouse input** | Yes (`raw_mouse_input=true`) | N/A
| **[FluidSynth][FS] MIDI**| Yes<sup>[13]</sup> (FluidSynth 2.x) | Only external synths
| **[MT-32] emulator** | Yes<sup>*</sup> (libmt32emu 2.4.2) | N/A
| *Feature* | *DOSBox Staging* | *DOSBox SVN*
|- |- |-
| **Pixel-perfect mode** | Yes (`output=openglpp` or `output=texturepp`) | N/A
| **Resizable window** | Yes (for all `output=opengl` modes) | N/A
| **Relative window size** | Yes (`windowresolution=small`, `medium`, or `large`) | `windowresolution=X%`
| **[OPL] emulators** | compat, fast, mame, nuked<sup>[8]</sup> | compat, fast, mame
| **[CGA]/mono support** | Yes (`machine=cga_mono`)<sup>[9]</sup> | Only CGA with colour
| **PCjr CGA composite mode** | Yes (`machine=pcjr` with composite hotkeys) | N/A
| **[Wayland] support** | Experimental (use `SDL_VIDEODRIVER=wayland`) | N/A
| **Modem phonebook file** | Yes (`phonebookfile=<name>`) | N/A
| **Autotype command** | Yes<sup>[10]</sup> | N/A
| **Startup verbosity** | Yes<sup>[11]</sup> | N/A
| **[GUS] enhancements** | Yes<sup>[12]</sup> | N/A
| **Raw mouse input** | Yes (`raw_mouse_input=true`) | N/A
| **[FluidSynth][FS] MIDI** | Yes<sup>[13]</sup> (FluidSynth 2.x) | Only external synths
| **[MT-32] emulator** | Yes<sup>*</sup> (libmt32emu 2.4.2) | N/A

<sup>*- Requires original ROM files</sup>

Expand Down

0 comments on commit 59deb66

Please sign in to comment.