suborb
suborb
If there's some nice generic example code that shows how to do it, then yes, a routine can be added.
I've just checked - it's in the library and is used by the joystick() routine.
For reference I think I found something in this: `/Microbee/Software/Disks_original/CPM3/cpm3_1.1.0/microbee_cpm3-1.1.0_source.tar.gz, Jul 6, 2011` within, I think the retro repo.
> Unfortunately docker made some changes last year that makes using their previously free build infrastructure non-trivial. I raised https://github.com/z88dk/z88dk/issues/1810 at the time and concluded from the feedback that it...
As an update, I've figured out how to add a GitHub action to build and push a docker image so the latest tag at dockerhub should now be the latest...
This one popped up again here: https://www.z88dk.org/forum/viewtopic.php?p=21466&sid=43bcd3378825f89d1c4081f1b9fcf7e0#p21466 this time regarding macOS. I'm wondering if the fallback should be to boost rather than experimental to improve compatibility (it's "easy" to install...
@pauloscustodio I think you may have reintroduced the original problem? I thought the static link on windows was there so that the windows binary (built from nightly) could run on...
Sorry, I didn't meant to check that in! I think we now solve for 1,3,4 case 2 is solved for Windows, but not for macOS. For macOS, and nightly (i.e....
Having fun with this. I've added SCREEN 0: TEXT 80, SCREEN 4 and SCREEN 5. SCREEN 5 is where I've been having fun. Low level plot/point primitives are done with...
I've left out screen 7 for the moment - easy to add if needed. I'm going to (finally!) close out this issue since we've ostensibly got support now. I'm sure...