james7780
james7780
+1 for adding the ability to put arrays in structs. For example in the Atari Lynx example code, the SCB struct should really have an array of 8 ubytes for...
A Spectravideo 318/328 target would be nice. And should be easy to create from the MSX platform files as it is very similar.
You can comment out a block (with // comments) in VS Code using Ctrl-K-C, similar block commenting is available in other editors. There's probably a good reason for not having...
Like you say, the #if 0 ... #endif can be used instead of /* */ when debugging, personally feel /* */ is unnecessary. Regarding standard documentation comment syntax, I already...