mirror of https://github.com/mamedev/mame.git
10 lines
330 B
ReStructuredText
10 lines
330 B
ReStructuredText
.. _plugins-dummy:
|
|
|
|
Dummy Test Plugin
|
|
=================
|
|
|
|
This is a sample plugin that shows how to set necessary plugin metadata,
|
|
register callbacks, and display a simple menu. It prints status messages if the
|
|
:ref:`verbose <mame-commandline-verbose>` option is on, and it adds a **Dummy**
|
|
option to the **Plugin Options** menu.
|