Forum Announcement
22/04/2018 - The Online Chat isn't working via the normal link.
You can connect via IRC, or using another web client - https://kiwiirc.com/client/chat.qlforum.co.uk/#qlforum
22/04/2018 - The Online Chat isn't working via the normal link.
You can connect via IRC, or using another web client - https://kiwiirc.com/client/chat.qlforum.co.uk/#qlforum
Search found 30 matches
- Sat Apr 14, 2018 7:44 am
- Forum: QL Emulation
- Topic: ZEsarUX 6.1 RC
- Replies: 1
- Views: 156
ZEsarUX 6.1 RC
Hi I have uploaded a new beta version of ZEsarUX. This is ZEsarUX 6.1 RC so next version will be a final stable version :) You can download it from: https://github.com/chernandezba/zesarux/releases You can see the full changelog here: https://github.com/chernandezba/zesarux/blob/master/src/Changelog...
- Thu Feb 22, 2018 9:37 pm
- Forum: QL Emulation
- Topic: ZEsarUX 6.0 stable
- Replies: 10
- Views: 1329
Re: ZEsarUX 6.0 stable
Derek_Stewart wrote:Hi Cesar,
I have compiled ZEsarUX on my Mint Linux 18.3 x64 laptop.
The emulator works very smoothely.
Great. Thanks!
- Fri Jan 26, 2018 5:53 pm
- Forum: QL Emulation
- Topic: ZEsarUX 6.1 BETA
- Replies: 0
- Views: 367
ZEsarUX 6.1 BETA
Hi I have uploaded a new ZEsarUX BETA version 6.1. You can download it from the usual beta url: https://sourceforge.net/projects/zesarux/files/Beta_and_Snapshot_versions/ There are Mac and Windows compiled versions. For Linux users, you should compile from sources: https://sourceforge.net/p/zesarux/...
- Sat Dec 16, 2017 12:53 pm
- Forum: Software & Programming
- Topic: IO.FLINE doubts and emulation
- Replies: 14
- Views: 764
Re: IO.FLINE doubts and emulation
I've made it!!!
I was geting an incorrect value for A6, correct value was 0003F368H
I was geting an incorrect value for A6, correct value was 0003F368H
- Sat Dec 16, 2017 11:47 am
- Forum: Software & Programming
- Topic: IO.FLINE doubts and emulation
- Replies: 14
- Views: 764
Re: IO.FLINE doubts and emulation
By the way, what should be the value for register A1 after returning from IO.FLINE?
If I return a 9 byte line, A1 return value should be input value A1+9 ?
If I return a 9 byte line, A1 return value should be input value A1+9 ?
- Sat Dec 16, 2017 11:10 am
- Forum: Software & Programming
- Topic: IO.FLINE doubts and emulation
- Replies: 14
- Views: 764
Re: IO.FLINE doubts and emulation
Thanks everyone for the help! :) Using the A1+A6 pointer, I succeeded to show a correct md label when using FS.MDINF, so doing a "dir mdv1_" now shows my label But unfortunately, the "load mdv1_program_bas" doesn't work yet, it returns a "not found" (I'm returning a ok ...
- Fri Dec 15, 2017 10:01 pm
- Forum: Software & Programming
- Topic: IO.FLINE doubts and emulation
- Replies: 14
- Views: 764
Re: IO.FLINE doubts and emulation
Thanks But the problem here is I have tried both combinations: -a1+a6 And -just a1 But the two seem to fail :( Also,What would be the a1 return value? About tokeniser... I think it is done by another Rom call, so my only function here in this QL call is reading in ascii format the basic program, lik...
- Fri Dec 15, 2017 7:39 pm
- Forum: Software & Programming
- Topic: IO.FLINE doubts and emulation
- Replies: 14
- Views: 764
IO.FLINE doubts and emulation
Hi I'm the author of the ZEsarUX emulator, which has experimental QL support. First of all, I don't emulate microdrive hardware. Instead, I trap some QL rom calls and I emulate them by reading files from disk. For example, I can do a: LBYTES mdv1_examplefile,address Where this "examplefile"...
- Thu Nov 30, 2017 6:20 pm
- Forum: QL Emulation
- Topic: ZEsarUX 6.0 stable
- Replies: 10
- Views: 1329
Re: ZEsarUX 6.0 stable
Derek_Stewart wrote:Hi Cesar,
I have downloaded the ZEsarUX update, I will compile it on my Linux laptop, when I get the time.
From the details of the updates, you have done a lot of excellent work.
Thanks Derek!

- Thu Nov 30, 2017 6:20 pm
- Forum: QL Emulation
- Topic: ZEsarUX 6.0 stable
- Replies: 10
- Views: 1329
Re: ZEsarUX 6.0 stable
XorA wrote:chernandezba wrote:XorA wrote:Unfortunately going fullscreen on Win10 causes it to crash!
It shouldn't happen. Have you tried setting zoom level 1 before going full screen?
Yes that does stop the crash!
Great!
