Daniel Thornburgh

Results 74 issues of Daniel Thornburgh

The cc65 `lseek` (and thus, `fseek`) for `atari` only works on Sparta DOS X, since the NOTE/POINT system available on other DOS'es are insufficiently expressive to implement it (since they...

enhancement
p2

The Atari DOS `NOTE`/`POINT` functionality isn't expressive enough to implement `fseek`, since the former use sector/offset, while the latter uses byte offsets from start/end of file. It is expressive enough...

enhancement
p2

Since Lua is a dynamic language, it should be possible to check the table definitions to allow the same script to work in either version.

enhancement
good first issue
p2