Search found 224 matches

by M68008
Wed Dec 27, 2023 4:28 am
Forum: Software & Programming
Topic: Q68 Emulate original QL Keyboard
Replies: 44
Views: 5024

Re: Q68 Emulate original QL Keyboard

I would try it in Q-emuLator with both Sinclair and Minerva, to see if is a Minerva issue in general, or specific to Q68.

Most games use the keyrow IPC QDOS trap. On Sinclair ROMs, the trap works fine when the rest of the OS is halted or disabled.
by M68008
Thu Nov 16, 2023 9:00 pm
Forum: Software & Programming
Topic: EXIF
Replies: 5
Views: 5462

Re: EXIF

I would use an existing tool. Exiftool is pretty good and it works on most operating systems (except QDOS, until someone ports Perl to it). As an example of usage, here is a command from a Windows script I wrote in 2010 that copies images from the camera to folders based on date: exiftool -r -d E:\F...
by M68008
Sat Nov 11, 2023 8:38 pm
Forum: Hardware
Topic: Breaking news: The QIMSI Interface
Replies: 149
Views: 128902

Re: Breaking news: The QIMSI Interface

Peter wrote: Fri Oct 06, 2023 1:10 pm a sampled sound card for the QL Internal speaker (brave tinkerers only)
Interesting idea, I wonder how it sounds, given the low quality of the QL internal speaker.
by M68008
Sat Nov 11, 2023 6:16 pm
Forum: Hardware
Topic: Issue 6 board updates
Replies: 105
Views: 58360

Re: Issue 6 board updates

M68008 wrote: Sat Nov 11, 2023 5:52 pm Do you happen to know what are the main differences in T1 and T2 compared to ISS6?

Does T1 still mainly use the original tracks and components layout, or was it entirely redone?
Never mind, I eventually found the info here: http://www.qlforum.co.uk/viewtopic.php?t=3048
by M68008
Sat Nov 11, 2023 5:52 pm
Forum: Hardware
Topic: Issue 6 board updates
Replies: 105
Views: 58360

Re: Issue 6 board updates

Pr0f wrote: Sat Oct 28, 2023 3:49 pm I confirm the Tetroid T1 board does work :-)
Do you happen to know what are the main differences in T1 and T2 compared to ISS6?

Does T1 still mainly use the original tracks and components layout, or was it entirely redone?
by M68008
Sat Nov 11, 2023 5:06 am
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 254
Views: 99155

Re: FPGA replacment for the ZX8301 ULA and more

WHICH MACHINE AM I RUNNING ON? ... 630 =12,13: PRINT"Super Gold Card" 640 =16,17: PRINT"Falcon" 650 =17,18: PRINT"Q40" 655 =20,21: PRINT"SMSQmulator" 660 =24,25: PRINT"Atari TT 030" 670 =28,29: PRINT"QXL" 680 =30,31: PRINT"QPC" 6...
by M68008
Sun Nov 05, 2023 7:23 pm
Forum: Hardware
Topic: New microdrive internal replacement
Replies: 147
Views: 1025046

Re: New microdrive internal replacement

Popopo wrote: Sun Nov 05, 2023 1:17 pm At any case... I wonder... (because I failed about it) how to find out that from the service manual?
The service manual shows the connections here:
Untitled.jpg
I guess Sinclair left it as implicit that the other end of the cable has the same pinout.
by M68008
Sun Nov 05, 2023 12:04 am
Forum: Hardware
Topic: New microdrive internal replacement
Replies: 147
Views: 1025046

Re: New microdrive internal replacement

Forget what you labeled the "mDrive bus": That's the PCB connector on the side of the QL, for external microdrive units, and it has a different pinout. In your case, my understanding is that you'd like to connect the MDV replacement's connector to the connector on the QL motherboard. From ...
by M68008
Sun Oct 08, 2023 9:13 pm
Forum: Hardware
Topic: Breaking news: The QIMSI Interface
Replies: 149
Views: 128902

Re: Breaking news: The QIMSI Interface

Nice project! Glad to see you are still QL-active!
by M68008
Sun Aug 27, 2023 4:01 pm
Forum: Hardware
Topic: Ql Clone build
Replies: 21
Views: 7704

Re: Ql Clone build

I'm assuming the kb row required is input via a rd of x18003 and the 8 bits are returned via x18021 - but I may have this wrong. The keyboard is connected to the 8049 and the ZX8302 only provides a serial link to it. Unless you change the ROM to use a different communication method, you would have ...