1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-28 09:54:49 +00:00

Adds further documentation.

This commit is contained in:
Thomas Harte 2021-07-30 21:34:22 -04:00
parent e51151e558
commit 26aaddaa33

View File

@ -8,6 +8,11 @@
#include "ROMMachine.hpp"
/// @returns a ROM fetcher that will check: (i) this application's support directory; and
/// (ii) this application's bundle for any requested ROMs, in that order.
///
/// All ROMs are found to be missing when the ROM fetcher is used will be added
/// to @c missing.
ROMMachine::ROMFetcher CSROMFetcher(ROM::Request *missing = nullptr);
/// Loads the binary file located at @c url and then tests for whether it matches anything