mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 15:31:09 +00:00
Eliminates vars
test.
At least Humpty Dumpty is a working .p that doesn't satisfy the test.
This commit is contained in:
parent
ede2df7e70
commit
8f6c0f6a8d
@ -72,7 +72,7 @@ static std::shared_ptr<File> ZX81FileFromData(const std::vector<uint8_t> &data)
|
||||
if(data_pointer + end_of_file - 0x4009 > data.size()) return nullptr;
|
||||
|
||||
// check for the proper ordering of buffers
|
||||
if(vars > end_of_file) return nullptr;
|
||||
// if(vars > end_of_file) return nullptr;
|
||||
// if(end_of_file > display_address) return nullptr;
|
||||
|
||||
// TODO: does it make sense to inspect the tokenised BASIC?
|
||||
|
Loading…
x
Reference in New Issue
Block a user