Skip to content

Commit 9626b93

Browse files
committed
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.
1 parent a9c42cc commit 9626b93

File tree

5 files changed

+231
-213
lines changed

5 files changed

+231
-213
lines changed

Diff for: docs/source/commandline/commandline-all.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3989,7 +3989,7 @@ Core Misc Options
39893989
39903990
Specifies the type of UI to use, either ``simple`` or ``cabinet``.
39913991
3992-
The default is Cabinet (**-ui cabinet**).
3992+
The default is cabinet (**-ui cabinet**).
39933993
39943994
Example:
39953995
.. code-block:: bash
@@ -4025,9 +4025,9 @@ Core Misc Options
40254025
40264026
**\-[no]ui_mouse**
40274027
4028-
Displays a mouse cursor when using the built-in UI for MAME.
4028+
Displays a mouse cursor when using the built-in MAME user interface.
40294029
4030-
The default is (**-noui_mouse**).
4030+
The default is ON (**-ui_mouse**).
40314031
40324032
.. _mame-commandline-language:
40334033

Diff for: src/devices/bus/a2bus/snesmax.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// copyright-holders:Vas Crabb
33
/***********************************************************************
44
5-
Orange Micro Grappler/Grappler+ Printer Interface
5+
Homebrew dual SNES controller interface by Lukazi
66
77
https://lukazi.blogspot.com/2021/06/game-controller-snes-max-snes.html
88

0 commit comments

Comments
 (0)