diff options
author | 2024-03-12 04:47:09 +1100 | |
---|---|---|
committer | 2024-03-12 04:47:09 +1100 | |
commit | 9626b93a4118e855bd1dc47b330202e9c84d89e7 (patch) | |
tree | 38811a15a158044e9a963b68c733527d6a193d77 /docs/source | |
parent | a9c42ccff338f588015ece31ed69a25db3969885 (diff) |
Fixes and cleanup:
roland/roland_d70.cpp: Use object finders, use memory shares rather than
ram_device, fixed Endianness bugs, fixed bad indentation, fixed
double-qualified member functions, use m_ prefix consistently for
members, use lowercase hex digits, don't allow writes to ROM, fixed
header #include order.
docs: Corrected docmented default for ui_mouse option.
tektronix/tek440x.cpp: #include local headers first, etc.
bus/a2bus/snesmax.h: Fixed copy/pasted comment.
yamaha/ympsr2000.cpp: Put code in an anonymous namespace.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index b2cd5ad2c64..89f7dac1287 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -3989,7 +3989,7 @@ Core Misc Options Specifies the type of UI to use, either ``simple`` or ``cabinet``. - The default is Cabinet (**-ui cabinet**). + The default is cabinet (**-ui cabinet**). Example: .. code-block:: bash @@ -4025,9 +4025,9 @@ Core Misc Options **\-[no]ui_mouse** - Displays a mouse cursor when using the built-in UI for MAME. + Displays a mouse cursor when using the built-in MAME user interface. - The default is (**-noui_mouse**). + The default is ON (**-ui_mouse**). .. _mame-commandline-language: |