Kroc Camen
Kroc Camen
Try not to take on too much simultaneously; ship iteratively, because this thing could eat up a lot of time.
I believe the issue is that VB6 is not multi-threaded (not without some colossal hacking), so doing many real-image previews are difficult to approach. You can somewhat simulate a background...
As an aside to this, I'm toying with writing a Forth for C64/X16 with more of a focus on usability. DurexForth is very high quality program, but Forth itself is...
Yeah, the X16 emulator hijacks device no.1 with native code!
I would be interested in helping with this if I could be assigned to improving usability. E.g. better error messages, adding an optional stack overflow/underflow checking mode, providing documentation etc.
That all depends where that's happening; both @Serentty and @kghultland appear to be making ports, but their changes are not public, so I don't know if they've forked the code-base...
The ROM is getting drawing commands added to it at the moment, so you may not have to do much writing directly to hardware when the ROM will already have...
I've been noodling with an 8-bit Forth-like for the X16 as a sort of self-bootstrapping method of doing a scripting language on the system. For example, lets say that I...
Is the editor stored as text on the cart? Compression could be used to fit more in
Personally, I think `alert("ZOMG HAXZORS!!!!");` would get developers to update their code a lot quicker :)