mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
docs: Fixed editing errors in C++ coding guidelines.
This commit is contained in:
parent
3377cb0ccd
commit
d50dd67612
@ -399,8 +399,8 @@ channels:
|
|||||||
|
|
||||||
The above example also makes use of a helper function which is available
|
The above example also makes use of a helper function which is available
|
||||||
in all derivatives of ``device_t``: ``machine().describe_context()``.
|
in all derivatives of ``device_t``: ``machine().describe_context()``.
|
||||||
This function will return a string that describe the emulation context
|
This function will return a string that describes the emulation context
|
||||||
in which the function is being run. This includes the full-qualified
|
in which the function is being run. This includes the fully-qualified
|
||||||
tag of the currently executing device (if any). If the relevant device
|
tag of the currently executing device (if any). If the relevant device
|
||||||
implements ``device_state_interface``, it will also include the current
|
implements ``device_state_interface``, it will also include the current
|
||||||
program-counter value reported by the device.
|
program-counter value reported by the device.
|
||||||
|
Loading…
Reference in New Issue
Block a user