FZX support
6 posts
• Page 1 of 1
Is there a way to implement FZX? The compiler won't accept the PRINT#4 command, whereas, for instance, HiSoftBasic will.
Re: FZX support
Not sure, but I think so.
Both Andrew Owen and Einar Saukas have contributed many routines for the compiler in the past.
I will examinate that this evening...
Both Andrew Owen and Einar Saukas have contributed many routines for the compiler in the past.
I will examinate that this evening...
Re: FZX support
Like the other print routines that are in the library, you'd have to tweak it so that it didn't need to use the zx spectrum channels, but was called directly. This is pretty easy to do, and is how some of the routines got into the library in the first place, since I just converted them.
It's easier to have a print at routine separately from the character printing routine.
Usually with these things you set an entry point slightly later into the code, discarding all the stream code that's usually at the start. You can have a separate print at routine that pokes the print co-ordinates to the variable store the routing undoubtedly has, and that's pretty much all the magic.
It's easier to have a print at routine separately from the character printing routine.
Usually with these things you set an entry point slightly later into the code, discarding all the stream code that's usually at the start. You can have a separate print at routine that pokes the print co-ordinates to the variable store the routing undoubtedly has, and that's pretty much all the magic.
Re: FZX support
I'm losing my mind. I did this work already....
bug-reports/variable-corruption-t911.html
But maybe I never quite got it working?
bug-reports/variable-corruption-t911.html
But maybe I never quite got it working?
Re: FZX support
Hello,
do you know if there is finally a way to use FZX with ZX Basic?
do you know if there is finally a way to use FZX with ZX Basic?
Re: FZX support
farvardin wrote:Hello,
do you know if there is finally a way to use FZX with ZX Basic?
I literally posted a link to the code two posts ago. It's untested. Did you try it?
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests