diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-10-27 19:34:25 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-10-27 19:34:25 +0100 |
commit | 61e8f78ee6b2c9495ff9b20c57c44ed5e4b5f891 (patch) | |
tree | 7f0e2ca6f04f1a1e9cbd8765d2c77848467011a6 /tools | |
parent | 91c45231de0b545b1a3bd614d302f40b67ba54fe (diff) | |
download | ubox-msx-lib-61e8f78ee6b2c9495ff9b20c57c44ed5e4b5f891.tar.gz ubox-msx-lib-61e8f78ee6b2c9495ff9b20c57c44ed5e4b5f891.zip |
Removed unused variable
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/chksize | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/chksize b/tools/chksize index f7c2d41..2480a6b 100755 --- a/tools/chksize +++ b/tools/chksize @@ -2,8 +2,6 @@ import sys -TOP_MEM = 0xc000 - 256 # video memory - stack - def main(): if len(sys.argv) != 4: |