Hi all!
Just to add/highlight - a working ZX8301 is essential - it delivers both the Clock to the CPU and also manages the DTACK line, without which, the CPU will never recognise a complete bus transaction and remain in limbo...
Still, I very much like the idea behind the original question!
Search found 1056 matches
- Wed Apr 23, 2025 9:59 pm
- Forum: General QL Chat
- Topic: Wondering if a "dead test" ROM is feasible on the QL.
- Replies: 26
- Views: 460
- Mon Apr 14, 2025 6:34 pm
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project
- Replies: 27
- Views: 1110
Re: My "from PACKAGE import *" (Python) simulation project
Hi Peter
If you wish to stick to vanilla SuperBasic, then the following approach will work for any valid SuperBASIC program file:
1. Open the file with OPEN_IN as usual
2. Iterate through all its lines in a REPeat loop, INPUTing each one sequentially in to a variable, say lastLine$
3. Test before ...
If you wish to stick to vanilla SuperBasic, then the following approach will work for any valid SuperBASIC program file:
1. Open the file with OPEN_IN as usual
2. Iterate through all its lines in a REPeat loop, INPUTing each one sequentially in to a variable, say lastLine$
3. Test before ...
- Fri Apr 11, 2025 12:00 pm
- Forum: Hardware
- Topic: QLion Gold Card
- Replies: 84
- Views: 10468
Re: QLion Gold Card
Hi Leon!
I have good and bad news to report.
The bad news is that after the aurora modes and speed improvements QLion is no longer compatible with microdrives.
I may be able to give you a head-start there, as I had to rewrite some of the core MDV primitives (taken from Minerva) when I ...
I have good and bad news to report.
The bad news is that after the aurora modes and speed improvements QLion is no longer compatible with microdrives.
I may be able to give you a head-start there, as I had to rewrite some of the core MDV primitives (taken from Minerva) when I ...
- Mon Apr 07, 2025 11:12 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 41
- Views: 3593
Re: My current QL accelerator project
Hi Will
Ah yes, the buffering, that makes sense. However, I was expecting at least DTACK to have some activity because I read somewhere the QL
Video circuit holds the bus by keeping DTACK low during an access...
I suppose the whole circuit could be messed up by not having any pull ups in place ...
Ah yes, the buffering, that makes sense. However, I was expecting at least DTACK to have some activity because I read somewhere the QL
Video circuit holds the bus by keeping DTACK low during an access...
I suppose the whole circuit could be messed up by not having any pull ups in place ...
- Mon Apr 07, 2025 4:33 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 41
- Views: 3593
Re: My current QL accelerator project
Hi Will!
Depending upon precisely 'where' you are attempting to observe bus activity, this might be expected.
The ZX8301 'Master' ULA maintains its own private data/address bus 'behind' an LS245 (data) bus-transceiver and a pair of quad 4-2 multiplexers for the shared 16-bits of address-bus - such ...
Depending upon precisely 'where' you are attempting to observe bus activity, this might be expected.
The ZX8301 'Master' ULA maintains its own private data/address bus 'behind' an LS245 (data) bus-transceiver and a pair of quad 4-2 multiplexers for the shared 16-bits of address-bus - such ...
- Sat Apr 05, 2025 12:42 pm
- Forum: The Off-Topic Section
- Topic: Today I Received...
- Replies: 756
- Views: 413690
Re: Today I Received...
Ooo! Intriguing project, Daniele!
Any comments to add???
Any comments to add???
- Sat Mar 29, 2025 3:31 pm
- Forum: Software & Programming
- Topic: ServerCap FSERVE network packet capture program
- Replies: 1
- Views: 657
Re: ServerCap FSERVE network packet capture program
Hi Martin!
Firstly, thank you for developing this 'exploratory aide' for investigating how FSERVE type traffic flows over the wire.
I shall be using it over the coming weeks to analyse a simple LBYTES client request with the aim of implementing atleast partial client support on a ZX Spectrum to ...
Firstly, thank you for developing this 'exploratory aide' for investigating how FSERVE type traffic flows over the wire.
I shall be using it over the coming weeks to analyse a simple LBYTES client request with the aim of implementing atleast partial client support on a ZX Spectrum to ...
- Mon Mar 17, 2025 6:13 pm
- Forum: Software & Programming
- Topic: QLCommander v2.2.x
- Replies: 40
- Views: 1717
Re: QLCommander v2.2.x
Hi Per!
<>
I'll test your Level1/2 query later and update this thread.
So how did that go?
Tested again and MDLEVEL continues to report correctly for the following scenarios:
NB: All tested from QPC with MDINFOv10 - with the QLUB adapter fitted to allow native QLAN access - station N1 is a ...
<>
I'll test your Level1/2 query later and update this thread.
So how did that go?
Tested again and MDLEVEL continues to report correctly for the following scenarios:
NB: All tested from QPC with MDINFOv10 - with the QLUB adapter fitted to allow native QLAN access - station N1 is a ...
- Sun Mar 16, 2025 12:11 pm
- Forum: Hardware
- Topic: QLion Gold Card
- Replies: 84
- Views: 10468
Re: QLion Gold Card
Hi Leon!
Just a thought - assuming low latency communications with the ESP, and again assuming that the ESP could be programmed itself, perhaps I could port the nasty bit-banging of the Sinclair network to the ESP and tap-off a pair of signal lines to drive a higher speed NET port?
Just a thought - assuming low latency communications with the ESP, and again assuming that the ESP could be programmed itself, perhaps I could port the nasty bit-banging of the Sinclair network to the ESP and tap-off a pair of signal lines to drive a higher speed NET port?
- Sat Mar 15, 2025 9:30 pm
- Forum: Hardware
- Topic: QLion Gold Card
- Replies: 84
- Views: 10468
Re: QLion Gold Card
Hi Peter
I probably had FSERVE and Martin Head's brilliant IFSERVE (on the Q68) running at the same time as TIndex to be fair...Peter wrote: Sat Mar 15, 2025 9:27 pm You should get 24.2. Unless you see something obvious (like loading extensions that consume CPU) I'd be interested in finding the discrepancy.