William D. Jones

Results 188 comments of William D. Jones

I just noticed that include_file.c uses fseek with the SEEK_END whence value. According to ANSI C (http://stackoverflow.com/questions/9830788/how-to-get-file-size-in-ansi-c-without-fseek-and-ftell), library implementations are allowed to not meaningfully support SEEK_END, so using it is...

Flippantly, I define it as "compiles and runs properly on compilers not named `cl`, `gcc`, or `clang`". WLA DX is prob "good enough" minus the `SEEK_SET` thing. Let's wait until...

OpenWatcom worked when I cross-compiled to MS-DOS using the Makefiles years ago. I have no reason to believe it would've broke since then. Or, _if it did break_, I don't...

@vhelin Indeed, that's correct. However, it may still be useful (if low priority) to write an overlay for the existing DSP-1 program ROM: https://github.com/vhelin/wla-dx/issues/390#issuecomment-802453374

I haven't really been work on WLA. since September, I don't really have much time, and WLA still really needs to be refactored. I've found it difficult to flush out...

It's a good idea, but I won't have time to test this on Windows or MSDOS (don't forget to update those Makefiles) for a bit. In addition, changing the directory...

By bisecting I mean [`git bisect`](https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination).

>I've also noticed that you can't really built inside of (Free)DOS because of the 8.3 name limitation with undistinguishable names (like `decode_6502.c` and `decode_65816.c` would both be truncated to `decode_6.c`)....

I would like to test on Amiga, but I don't have the hardware (perhaps I could set an emulator up if someone can provide me w/ the relevant C compiler,...

@vhelin When this is complete, perhaps one of us could look into getting CI running to make sure each target builds (and tests pass)? Using shell scripts specifically for CI...