Hypothetical question - Gold Card + Qubide + QIMSI
Posted: Thu Jul 04, 2024 9:40 am
So - there seem to be some rules about what can go where and what will co exist and what will not.
A standard Qubide with Qubata ROM can't co exist with Qimsi - even if you move the address of the qubide out of the 0x0C000 address range (ROM Slot) - the device driver name and commands like WIN_USE conflict.
A Gold card fills the memory map of the QL upto the 2MB point - but does leave the ROM port address free after the 2nd boot - this means QIMSI can work here.
The Qubide card can be made to work without ROM - but will need the REXT driver loading up - this can be configured to use QUB as a prefix for devices and drivers.
So that would appear to just leave the problem of where to put hte QUBIDE hardware address space (256 bytes at the end of a 16K block).
I noticed the QL memory map after the 2nd boot using a gold card has the patch rom and devices in the space 0x1C000-0x1FFFF - but the patch ROM doesn't have the full 16K of the EPROM block used.
So if there was a way to disable the Gold card ROM access and allow Qubide hardware access at 0x1FF00 - would that work?
On paper it should...
A standard Qubide with Qubata ROM can't co exist with Qimsi - even if you move the address of the qubide out of the 0x0C000 address range (ROM Slot) - the device driver name and commands like WIN_USE conflict.
A Gold card fills the memory map of the QL upto the 2MB point - but does leave the ROM port address free after the 2nd boot - this means QIMSI can work here.
The Qubide card can be made to work without ROM - but will need the REXT driver loading up - this can be configured to use QUB as a prefix for devices and drivers.
So that would appear to just leave the problem of where to put hte QUBIDE hardware address space (256 bytes at the end of a 16K block).
I noticed the QL memory map after the 2nd boot using a gold card has the patch rom and devices in the space 0x1C000-0x1FFFF - but the patch ROM doesn't have the full 16K of the EPROM block used.
So if there was a way to disable the Gold card ROM access and allow Qubide hardware access at 0x1FF00 - would that work?
On paper it should...