Search found 918 matches

by martyn_hill
Sat Mar 09, 2024 2:11 pm
Forum: Software & Programming
Topic: The MEM Device
Replies: 9
Views: 470

Re: The MEM Device

Hi Per!

I developed the MEM driver a bit further than Simon's and Lau's originals and it works under SMSQe quite nicely.

I'll digit out and share the (revised) source and binary when I'm back at my laptop.
by martyn_hill
Fri Mar 08, 2024 8:57 pm
Forum: Hardware
Topic: QIMSI
Replies: 105
Views: 43156

Re: QIMSI

Hi Joze I don't recall what appears on Line 8 of the Abacus BOOT program, but that error is typically due to attempting to EXECecute a file that does not have the appropriate Executable file-header. How did you transfer the Abacus files from their archive in to this WIN image? Likely as not the file...
by martyn_hill
Thu Mar 07, 2024 9:34 pm
Forum: Software & Programming
Topic: Announcing availability of a QLNET driver for the Q68 (ND-Q68)
Replies: 86
Views: 36202

Re: Announcing availability of a QLNET driver for the Q68 (ND-Q68)

Good point, Dilwyn!

Fortunately, Fabrizio is running SMSQe on his SGC equipped QLs (lucky fellow!)
by martyn_hill
Thu Mar 07, 2024 8:10 pm
Forum: Software & Programming
Topic: Announcing availability of a QLNET driver for the Q68 (ND-Q68)
Replies: 86
Views: 36202

Re: Announcing availability of a QLNET driver for the Q68 (ND-Q68)

Ciao Fabrizio! I don't have an answer to why your Q68 should restart like that, though I have some ideas. However, if you are more interested in getting a working solution to time sync your QLs to the Q68, you might want to take an older, less exotic but perfectly effective approach that was origina...
by martyn_hill
Wed Mar 06, 2024 11:03 pm
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 254
Views: 99137

Re: FPGA replacment for the ZX8301 ULA and more

Marvellous!
by martyn_hill
Wed Mar 06, 2024 10:34 pm
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 254
Views: 99137

Re: FPGA replacment for the ZX8301 ULA and more

Awesome, Leon! Now, just when can we get our hands on one (or more)? :-) (No pressure intended...) BTW - should a firmware come about in the future, what sort of ICP programmer can one use to reprogram your ULA replacements in the field? I have a Lattice USB programmer that does the FPGA on the Q68 ...
by martyn_hill
Wed Mar 06, 2024 4:40 pm
Forum: Hardware
Topic: what is the difference between a ql microdrive and the spectrum version ?
Replies: 10
Views: 725

Re: what is the difference between a ql microdrive and the spectrum version ?

Hi again techy! Ok, so you want to attach a ZX MDV unit within the nice QL style external drive casing (I think that was originally designed for the vDrive.) Makes sense. The other point that becomes relevant is that the orientation of the MDV expansion bus is reversed between the QL and Interface-1...
by martyn_hill
Tue Mar 05, 2024 10:25 pm
Forum: Hardware
Topic: what is the difference between a ql microdrive and the spectrum version ?
Replies: 10
Views: 725

Re: what is the difference between a ql microdrive and the spectrum version ?

Hi techy! There is in fact very little (substantive) difference indeed. Here are the main points that I can think of: A. The drive electronics of the ZX unit are all incorporated in to the enclosure, with the equivalent of the power circuitry that drives the motor and Erase line on a fixed, but stil...
by martyn_hill
Mon Mar 04, 2024 9:58 pm
Forum: Hardware
Topic: CPLD replacement for ZX8301
Replies: 230
Views: 50859

Re: CPLD replacement for ZX8301

Hi Peter!
Peter wrote: Mon Mar 04, 2024 9:22 pm I hate to say it, but GoldCard and SuperGoldcard rise and fall times are too high for the QL mainboard, causing ringing and crosstalk beyond the TTL thresholds.
I guess you meant '...rise and fall times are too low/fast...' :-)
by martyn_hill
Mon Mar 04, 2024 9:55 pm
Forum: Help for New Users
Topic: Dev_use how to use?
Replies: 12
Views: 697

Re: Dev_use how to use?

Hi Jbizzel! My boot file looks like this - not with xxxx yyyyy zzzzz, but the file sizes. 100 base1=RESPR(xxxxx) : LBYTES FLP1_PTR_GEN,base1 : CALL base1 110 base2=RESPR(yyyyy) : LBYTES FLP1_WMAN,base2 : CALL base2 120 base3=RESPR(zzzzz) : LBYTES FLP1_HOT_REXT,base3 : CALL base3 110 LRESPR FLP1_PTR_...