From 82a64bb3ab65c07c7a0e767ac3db8464ab45fdf1 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Mon, 10 Jul 2017 18:49:48 +1000 Subject: [PATCH] Describe the Manifest Viewer. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eda05ecf..46953acc 100644 --- a/README.md +++ b/README.md @@ -1143,7 +1143,26 @@ click "Reset" in the bottom-right corner. The Manifest Viewer ------------------- -TODO +As mentioned in +[Why game folders?](#why-game-folders), +a game cartridge contains +more than just the raw data of the game. + +higan uses a "manifest" to +describe how the various parts of a game cartridge +are wired up together, +and the Manifest Viewer lets you examine +the configuration higan is using for the currently-running game. + +For some games, +an actual cartridge has been taken apart and carefully examined +and its configuration has been recorded in icarus' database, +so the manifest icarus produces +is guaranteed accurate. +For games that do not exist in icarus' database, +icarus will make a reasonable guess. +This is enough to get the game running, +but does not necessarily reflect the original cartridge. The Game Library ================