From 2d7e037107a17075b6c1fb339dd2007aadf66a8b Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 30 Jan 2021 19:11:11 -0500 Subject: [PATCH] Updated Software List Search algorithm (markdown) --- Software-List-Search-algorithm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Software-List-Search-algorithm.md b/Software-List-Search-algorithm.md index 7a4d52f..e96d34a 100644 --- a/Software-List-Search-algorithm.md +++ b/Software-List-Search-algorithm.md @@ -31,4 +31,6 @@ The search path for the disk images is: * `roms/$machine/$disk` * `roms/$machine.zip` -where `$machine` is the machine name (passed on the command line), `$name` is the software name (passed on the machine name), and `$list` is the software list name (`apple2gs`, `apple2_cass`, `apple2_flop_clcracked`, etc) where the definition is found, and `$disk` is the disk image name from the software list. (The software lists are the `.xml` files in the `hash/` directory). In the case of `apple2gs`, the `$list` name matches the `$machine name`. \ No newline at end of file +where `$machine` is the machine name (passed on the command line), `$name` is the software name (passed on the machine name), and `$list` is the software list name (`apple2gs`, `apple2_cass`, `apple2_flop_clcracked`, etc) where the definition is found, and `$disk` is the disk image name from the software list. (The software lists are the `.xml` files in the `hash/` directory). In the case of `apple2gs`, the `$list` name matches the `$machine name`. + +Compressed files may be in `.zip` or `.7z` format. `.zip` takes precedence. \ No newline at end of file