Search found 1392 matches

by Pr0f
Thu Jul 04, 2024 9:40 am
Forum: Hardware
Topic: Hypothetical question - Gold Card + Qubide + QIMSI
Replies: 1
Views: 706

Hypothetical question - Gold Card + Qubide + QIMSI

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 c...
by Pr0f
Tue Jun 25, 2024 8:44 am
Forum: Hardware
Topic: Sinclair QL Diagnostic
Replies: 10
Views: 878

Re: Sinclair QL Diagnostic

The Microdrives take their power from the 9v rail, from the power supply, which also feeds the main regulator.

If the rest of your QL has power, then the Microdrive units should also be seeing that power.
by Pr0f
Mon Jun 24, 2024 8:15 pm
Forum: Online Auctions
Topic: QL with a very unusual expansion board
Replies: 7
Views: 993

Re: QL with a very unusual expansion board

My guess would be stepper motor controller and driver...
by Pr0f
Mon Jun 17, 2024 8:16 am
Forum: General QL Chat
Topic: Announcement for RetCon 2024 in West London, Sat 15th June
Replies: 7
Views: 776

Re: Announcement for RetCon 2024 in West London, Sat 15th June

I think this is an excellent idea Martyn! The idea of an open network that would be usable with other Micros - love it. I think it would be good to have support for 'lesser devices' - enabling support for hardware interfaces - such as LCD display module, digital I/O and analog I/O - perhaps achievab...
by Pr0f
Fri Jun 14, 2024 8:38 am
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 126
Views: 16716

Re: Announcing the new "Gold Card" - QIMSI Gold

I've only ever seen a Q40 for sale - so the rarity value alone would mean a reasonable price tag, but then you are getting a significant upgrade to a QL! A new 68060 design would probably need to use a PCI bus, which is becoming old technology now too, unless of course you go down the route of using...
by Pr0f
Thu Jun 13, 2024 9:34 pm
Forum: Hardware
Topic: 8302
Replies: 16
Views: 7318

Re: 8302

The code in the mister FPGA does just enough to 'mimic' a Microdrive interface, and provide a rudimentary seconds counter RTC, but don't be fooled - there is a lot that's not supported here - not sure if the QL network interface is implemented in the mister hardware? Certainly the serial port (trans...
by Pr0f
Thu Jun 06, 2024 4:42 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 83
Views: 7526

Re: 68K/OS "ROM" based disk attempt

As per my previous post - the OE signal on the Eprom is active low - and on the QL PCB - and hence on the ROM socket - it's active high. You will need to invert the signal with a transistor or a logic gate. Easiest would be to use a BS170 mosfet - gate to the ROMOEH signal on the QL socket, Source c...
by Pr0f
Tue Jun 04, 2024 10:38 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 83
Views: 7526

Re: 68K/OS "ROM" based disk attempt

It also makes me wonder if the 68K/OS can potentially access ROM disks at other possible ROM locations - such as at 10000 or 14000, or in the top 256K of space - from 0C0000h onwards.

Obviously dependant on any expansion cards or GC or SGC being present.
by Pr0f
Tue Jun 04, 2024 10:35 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 83
Views: 7526

Re: 68K/OS "ROM" based disk attempt

would be handy to design a ROM port plugin cartidge with a switch or jumpers and a ZIF socket - for just such experiments :-)
by Pr0f
Tue Jun 04, 2024 8:00 am
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 83
Views: 7526

Re: 68K/OS "ROM" based disk attempt

The main issue from memory is that an Eprom has two pins OE and CE - these are both active low (when 0v, they are activated). On the 28 pin socket - the A15 address line is where you would normally find CE - so that will address the Eprom from 00000h to 07FFFh - which is the bottom 32K - no problem ...