Search found 2542 matches
- Tue Sep 09, 2025 10:44 am
- Forum: Hardware
- Topic: Disabling QiMSI (or other $C000 ROM)
- Replies: 8
- Views: 763
Re: Disabling QiMSI (or other $C000 ROM)
Maybe I could use QIMSI gold instead on this QL and swap the SD to one containing a dummy $C000 ROM
That is one possibility. You could rename a toolkit of your choice to QL_ROM.SYS and copy it to the card, or a file containing just $FF.
If a legacy QIMSI is updated to the latest FPGA logic, it ...
- Sun Sep 07, 2025 11:19 am
- Forum: Software & Programming
- Topic: SGC ROM position RFC
- Replies: 15
- Views: 1127
Re: SGC ROM position RFC
Not possible due to QLiberator abusing the upper three address lines. 512 MB is maximum.Dave wrote: Sat Sep 06, 2025 8:21 pmThe expandability is that I intend to support up to 1GB addressable range.
- Thu Sep 04, 2025 10:54 am
- Forum: General QL Chat
- Topic: Poll: help me choose QL projects
- Replies: 22
- Views: 2510
Re: Poll: help me choose QL projects
Why "missed"? You can still vote.Derek_Stewart wrote: Thu Sep 04, 2025 7:12 am I missed the Poll, but I would be interested in all the projects, I am mainly biased to towards hardware.
I'm fine with the existing Q-emulator, would prefer the arcade game.
- Thu Sep 04, 2025 10:48 am
- Forum: Hardware
- Topic: Hardware programmable timers
- Replies: 50
- Views: 15540
Re: Hardware programmable timers
Maybe connecting a Raspberry Pi or Pico to the Q68 expansion bus could achieve this, just then got write the SMSQ/E device driver and the Pi code to send data from the GPIO pins attached to the Q68 expansion port to the Pi USB connector.
A directly connected FDC controller as Dave suggested ...
- Tue Sep 02, 2025 10:11 pm
- Forum: Hardware
- Topic: Hardware programmable timers
- Replies: 50
- Views: 15540
Re: Hardware programmable timers
Floppies are fun.
I have the opposite experience. Sometimes I still have to use floppy on the Q60, and I hate it everytime. It's the most unreliable medium, practically all my old QL floppies have damaged files. Even the tape of my microdrive cartridges has aged better. Also floppies tend to be ...
- Tue Sep 02, 2025 5:55 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 92862
Re: Q_Liberator malaise
At the moment I use only QLib programs which already have a built-in in runtime The solution is actually quite simple: simply load "QLib_run" in the boot program, then everything will work....
:D :D :D
Not reliably, because there were different versions of "QLib_run". If the library is ...
- Tue Sep 02, 2025 5:41 pm
- Forum: Help for New Users
- Topic: Using RPM (Resident Program Manager)
- Replies: 15
- Views: 16006
Re: Using RPM
Especially in this case, where a million more computer guys use it for Linux packages (former "RedHat Package Manager"). Even myself. ;) In QL terms? Never.
Sure. I've used Q40/Q60 and UQLX a lot, but never any Qliberation programs. Didn't come across that "Resident Program Manager" in over ...
- Tue Sep 02, 2025 5:31 pm
- Forum: Hardware
- Topic: QubIDE V2 equations
- Replies: 6
- Views: 850
Re: QubIDE V2 equations
A QL with >= 68000 maybe?

- Tue Sep 02, 2025 5:24 pm
- Forum: Hardware
- Topic: QubIDE V2 equations
- Replies: 6
- Views: 850
Re: QubIDE V2 equations
Hi Dave,
not sure about V2. At https://omega.webnode.page/products/product-1/ there are GAL sources in "qubide_gals.rar" which might be worth looking at. If I was you, I'd rewrite the logic from scratch though, using a PLD.
Good luck, Peter
not sure about V2. At https://omega.webnode.page/products/product-1/ there are GAL sources in "qubide_gals.rar" which might be worth looking at. If I was you, I'd rewrite the logic from scratch though, using a PLD.
Good luck, Peter
- Mon Sep 01, 2025 10:59 pm
- Forum: Hardware
- Topic: Hardware programmable timers
- Replies: 50
- Views: 15540
Re: Hardware programmable timers
By the way, the "68K bandwidth theoretical best-case" table looks wrong to me. E.g. the 68060 bursts 16 Bytes in 5 clock cycles maximum.