Updated Software List Search algorithm (markdown)

ksherlock 2021-01-30 19:11:11 -05:00
parent 261b8f27bc
commit 2d7e037107

@ -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`.
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.