]> git.sesse.net Git - pistorm/blobdiff - a314/software-amiga/a314fs_pistorm/patch_a314fs.py
Get rid of some address translation
[pistorm] / a314 / software-amiga / a314fs_pistorm / patch_a314fs.py
index 08d99836b92b451e0fbfc9da58274f4ee176e95a..5f89126f0c48009b3df56f56c8958b39c418019b 100644 (file)
@@ -1,4 +1,4 @@
-with open('a314fs', 'r+b') as f:
+with open('../a314fs', 'r+b') as f:
     f.seek(0x1c)
     b = f.read(4)
     f.seek(0x20)