Skip to content

Commit

Permalink
Merge pull request #10 from spotlightishere/master
Browse files Browse the repository at this point in the history
Correct reserved size in TMD
  • Loading branch information
larsenv authored Sep 24, 2021
2 parents 52f4905 + 411ec53 commit 89553c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Kaitais/tmd.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ meta:
id: tmd
file-extension: tmd
endian: be

seq:
- id: signature_type
type: u4
Expand All @@ -19,7 +20,7 @@ seq:
type: u1
- id: signer_crl_version
type: u1
- id: padding_modulo_64_2
- id: is_vwii
type: u1
- id: system_version
type: u8
Expand All @@ -37,7 +38,7 @@ seq:
enum: region
doc: Which region this title can be launched on.
- id: reserved
size: 60
size: 58
- id: access_rights
type: u4
doc: Flags for DVD video access and full PPC hardware access.
Expand All @@ -53,6 +54,7 @@ seq:
type: content
repeat: expr
repeat-expr: number_of_contents

types:
content:
seq:
Expand Down

0 comments on commit 89553c3

Please sign in to comment.