diff --git a/_posts/2022-11-26-86box-v3-11.md b/_posts/2022-11-26-86box-v3-11.md index e14943f..b20267b 100644 --- a/_posts/2022-11-26-86box-v3-11.md +++ b/_posts/2022-11-26-86box-v3-11.md @@ -41,7 +41,7 @@ While there are common methods to create freely-writable optical discs, such as ### Emulator * Added Vulkan renderer through **MoltenVK** for most Metal-capable macOS hosts running 10.14 and newer (non-Metal Macs and 10.13 are still supported) -* Added `-I/--image :` command line option to automatically mount a floppy disk image in the specified drive +* Added `-I`/`--image :` command line option to automatically mount a floppy disk image in the specified drive * Added more **display scaling factors** (up to 8x) * Fixed incorrect **full screen scaling** * Fixed **Keyboard requires capture** option being ignored in full screen mode diff --git a/_posts/2023-10-16-86box-v4-0-1.md b/_posts/2023-10-16-86box-v4-0-1.md index 0fb67f3..d7630b6 100644 --- a/_posts/2023-10-16-86box-v4-0-1.md +++ b/_posts/2023-10-16-86box-v4-0-1.md @@ -36,9 +36,9 @@ Due to a longstanding oversight, previous versions of 86Box had the tertiary and * Added **Auto-pause on focus loss** option * Added **4:3 integer scale** option for full screen mode -* Added `-X/--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash -* Added `-M/--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing -* Added `-Y/--donothing` command line option to output the initial log information then exit +* Added `-X`/`--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash +* Added `-M`/`--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing +* Added `-Y`/`--donothing` command line option to output the initial log information then exit * Fixed **Discord integration** option remaining active if integration is not supported on the host platform * Changed minimum supported configuration file version (machines last used on 86Box versions **older than v3.0 final** must be loaded on v4.0 or v3.11 first to convert their configuration files) diff --git a/_posts/2025-08-24-86box-v5-0.md b/_posts/2025-08-24-86box-v5-0.md index cbdafc8..49d33ae 100644 --- a/_posts/2025-08-24-86box-v5-0.md +++ b/_posts/2025-08-24-86box-v5-0.md @@ -18,7 +18,7 @@ This is the August 2025 update to 86Box, bringing in many new features, fixes, s This release features a preview for one of the most requested 86Box features of all time: an **integrated machine manager** to organize all your emulated setups. This new manager is only meant to replace the old 86Box Manager and other simple front-ends; you can still use other managers with more features such as [Avalonia 86](https://github.com/notBald/Avalonia86). -The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P/--vmpath` command line option to be used with the machine's path. +The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P`/`--vmpath` command line option to be used with the machine's path. Emulated machines are stored in the following folders by default. You can move your existing machines there or change the folder through **Tools** > **Preferences** > **System Directory**; note that, for now, you must restart 86Box for the change to take effect. @@ -79,7 +79,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting * Added passthrough for some **multimedia keys** on Windows hosts (can be disabled through the **Preferences** window) * Added **GameMode support** on Linux hosts * Added **more icons** to status bar and Media menu options -* Added `-W/--nohook` command line option to disable advanced keyboard capture methods +* Added `-W`/`--nohook` command line option to disable advanced keyboard capture methods * Reworked **OpenGL 3.0 Core** renderer, adding support for multiple shaders, `.glslp` shaders and parameter configuration * Removed **Qt OpenGL** and **OpenGL ES** renderers to eliminate maintenance burden and user confusion with the OpenGL 3.0 Core renderer * Improved **input responsiveness** on Windows hosts @@ -90,7 +90,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting * Fixed incorrect emulated display size with **HiDPI scaling** on some renderers * Changed the [key combination for releasing mouse capture](#mouse-release-shortcut) to **Ctrl+End** on all platforms * Changed the key combination for exiting full screen mode to the same **Ctrl+Alt+Page Up** used to enter full screen -* Changed `-?/--help` command line option to a message box on Windows hosts +* Changed `-?`/`--help` command line option to a message box on Windows hosts ### User interface