Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Sep 30, 2023
1 parent a7c5999 commit d7c4f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop-fe.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_gameid_from_iso(path='NORMAL01.iso'):
return buf

# extra debug
print('SYSTEM.CNF:', buf)
print('SYSTEM.CNF:', buf, type(buf))
with open(path, 'rb') as f:
f.seek(0x8028)
_b = f.read(9)
Expand Down

0 comments on commit d7c4f24

Please sign in to comment.