From 9626b93a4118e855bd1dc47b330202e9c84d89e7 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 12 Mar 2024 04:47:09 +1100 Subject: 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. --- docs/source/commandline/commandline-all.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/source') 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: -- cgit v1.2.3-70-g09d2