diff --git a/Platform/Apple/tools/PLASMA/src/plasm.jar b/Platform/Apple/tools/PLASMA/src/plasm.jar index e06f418b..eb816672 100644 Binary files a/Platform/Apple/tools/PLASMA/src/plasm.jar and b/Platform/Apple/tools/PLASMA/src/plasm.jar differ diff --git a/Platform/Apple/tools/PackPartitions/src/org/badvision/A2PackPartitions.groovy b/Platform/Apple/tools/PackPartitions/src/org/badvision/A2PackPartitions.groovy index c8e719a2..1422d38c 100644 --- a/Platform/Apple/tools/PackPartitions/src/org/badvision/A2PackPartitions.groovy +++ b/Platform/Apple/tools/PackPartitions/src/org/badvision/A2PackPartitions.groovy @@ -1018,9 +1018,9 @@ class A2PackPartitions return } - // Look for the magic header 0xDA7E =~ "DAVE" + // Look for the magic header 0xDA7F =~ "DAVE"+1 assert (buf[3] & 0xFF) == 0xDA - assert (buf[2] & 0xFF) == 0x7E + assert (buf[2] & 0xFF) == 0x7F // Determine offsets def asmCodeStart = 12