From b3cbd915a57cb9fe344fddc176aad61da11c5fa3 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 23 Dec 2016 18:46:53 +0100 Subject: [PATCH] Added plain module to the docs --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index f2b886b..03abd6e 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,14 @@ Modules For now, only for ``cd32`` module exists, but there are planned couple more. +plain +----- + +``Plain`` module is kind of dummy or failsafe if you will, since all it do is +run ``fs-uae`` with provided configuration and command line options. It will be +chosen in case when there is no ``wrapper`` option provided neither via the +configuration file nor command line parameter. + cd32 ----