You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
SS2: cleanup (removed SEG_GODDARD define once and for all)
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
*/
|
||||
|
||||
#define SEG_POOL_START _framebuffersSegmentBssEnd // 0x0165000 in size
|
||||
#define SEG_GODDARD SEG_POOL_START + 0x113000
|
||||
|
||||
#define POOL_SIZE RAM_END - SEG_POOL_START
|
||||
|
||||
#endif // SEGMENTS_H
|
||||
|
||||
@@ -4,7 +4,6 @@ with open(sys.argv[1]) as f:
|
||||
for line in f:
|
||||
if "GODDARD_SIZE" in line:
|
||||
tokens=line.split()
|
||||
print(tokens)
|
||||
with open("build/us/goddard.txt", "w+") as f:
|
||||
sz = int(tokens[0], 16)
|
||||
sz += 16
|
||||
|
||||
Reference in New Issue
Block a user