Implement mounted append AUTORUN boot

This commit is contained in:
gamer147
2026-07-24 13:03:43 -04:00
parent 6c24ac5e5b
commit 7bac5a9108
16 changed files with 355 additions and 86 deletions

View File

@@ -25,6 +25,7 @@ public class Sys4ScriptProviderTests
var table = OpcodeTableJson.Load(Paths.OpcodesJson);
var provider = Sys4ScriptProvider.Load(table);
var append = provider.Catalog.AppendPacks[1];
Assert.Equal(new[] { 1 }, provider.MountedAppendSelectors);
var entry = append.Files.Single(e => e.Name == "$1$SC1260.BIN");
long packedId = 0x01000000L | (uint)entry.RawIndex;