Search found 632 matches

by janbredenbeek
Fri Jan 19, 2024 1:56 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

The hardware reset by magic word access to $1C024 resets both the CPU and all peripherals except the CP2200. I am curious whether this does preserve the 68000 registers or not. If not, it won't be possible to do a full hardware reset with CALL 390 because it expects a magic word in register A5 and ...
by janbredenbeek
Wed Jan 17, 2024 7:51 pm
Forum: Compatibles Corner
Topic: Minerva4Q68
Replies: 22
Views: 2074

Re: Minerva4Q68

Just a quick question. If I start Minerva4Q68 from SMSQ/E with LRESPR. Once Minerva has started, Can I safely mount QXL.WIN container files in Minerva4Q68, that were mounted by SMSQ/E beforehand. i.e. When Minerva4Q68 starts, is SMSQ/E completely gone. And any open files are closed. You should clos...
by janbredenbeek
Wed Jan 17, 2024 1:59 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

<r><QUOTE author="Peter" post_id="54700" time="1705483285" user_id="96"><s>[quote=Peter post_id=54700 time=1705483285 user_id=96]</s> The hardware reset by magic word access to $1C024 resets both the CPU and all peripherals except the CP2200. <e>[/quote]</e></QUOTE> I am curious whether this does pr...
by janbredenbeek
Tue Jan 16, 2024 10:26 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

In v1.6, I've added a 'sf q68_reset' instruction which should reset the Q68 hardware. This seems to cause an immediate lock-up on Mark's Q68 (on my Q68 it seems to do nothing, even when POKEd from BASIC). He could fix it by adding a 2-second delay afterwards, however his Q68 locked up later on (aft...
by janbredenbeek
Tue Jan 16, 2024 2:48 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

Hi Peter, They surfaced when Martyn tests his QLNET driver. Unfortunately they are so rare that I can not even reproduce them myself. I can't say if there is a connection to your problem or not - I simply have no time to dig into https://github.com/janbredenbeek/Minerva4Q68/issues/1 at this time. Ma...
by janbredenbeek
Sun Jan 14, 2024 4:24 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

(BTW, I have been in a long conversation with Mark Swift about the 'freeze' problems with firmware 1.05 and keyboard interrupts. Up to now still not resolved. See https://github.com/janbredenbeek/Minerva4Q68/issues/1 ). No time to have a closer look at the moment, but Martyn made me aware of an oth...
by janbredenbeek
Fri Jan 12, 2024 11:02 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

Derek_Stewart wrote: Fri Jan 12, 2024 2:39 pm I am interested to know why QLNET and Sound can not be used together on a Q68, seems to both work at the same time for me.
Technically no problem, but I didn't want to drill an extra hole into the case for the extra jack and I didn't use the sound feature anyway, at that time.
by janbredenbeek
Fri Jan 12, 2024 10:59 pm
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

Good luck. How does QIMSI replace QLNET for you? By SERNET? Yes, with the new Minerva SER driver I get about 8Kbytes/second when sending from QIMSI to Q68. The other way round is slower but works when I lower the baud rate to 57600. (BTW, I have been in a long conversation with Mark Swift about the...
by janbredenbeek
Fri Dec 29, 2023 11:57 am
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

I just read that SMSQ/E attempts to emulate it but I don't know if that's limited to only the BEEP command or the IPC trap as well It works even with games like Spook or Cuthbert, Tony Tebby implemented it for Q40/Q60 and I think he did quite a good job. From the source I gather that the smsq.hdop ...
by janbredenbeek
Fri Dec 29, 2023 12:06 am
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

Great job! I see that the incompatibility with my mouse driver is now also solved. With the KEYROW dependency on interrupts gone, Minerva for Q68 is now getting ahead of SMSQ/E when it comes to backward compatibility. Well, we could even emulate the IPC sound trap through SSSS though this won't be ...