diff options
| author | 2025-10-31 07:47:35 +1100 | |
|---|---|---|
| committer | 2025-10-31 07:50:51 +1100 | |
| commit | 53137914d20158052b72e4202f2b1ff46d0dc610 (patch) | |
| tree | 38d1b7f934b327b4b2160652f789dd2c8b6fbe99 /docs | |
| parent | cf68fd5e3efa33a3a39b660cd9c977e34a8c749b (diff) | |
Fixed up a pile of stuff and commented out games added without credits.
* You actually need to add copyright notices when adding stuff in
3rdparty.
* bus/bk: Fixed bad exposed class.
* Metadata fixes.
* Got rid of non-const function statics.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/usingmame/frontends.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/usingmame/frontends.rst b/docs/source/usingmame/frontends.rst index 100873878d0..b9f9ea04ddc 100644 --- a/docs/source/usingmame/frontends.rst +++ b/docs/source/usingmame/frontends.rst @@ -29,9 +29,8 @@ starting point. many useful features for home computer emulation. Written in C++, the `source code is on GitHub <https://github.com/npwoods/bletchmame>`__. `IV/Play <https://john-iv.github.io/iv-play/>`__ (Microsoft Windows) - A fast, keyboard-driven, DirectX-accelerated launcher for MAME. IV/Play - features a flexible filtering system, integrated browsing and launching - for software lists, and a highly customizable interface. Written in C#. + IV/Play has a customisable interface designed to be navigated with a + keyboard. It supports software lists and has flexible filtering. `Emu Loader <http://emuloader.mameworld.info/>`__ (Microsoft Windows) Emu Loader provides a Windows interface for launching systems in multiple emulators, including MAME, Supermodel and DEMUL. Written in Delphi Pascal, |
