Search found 447 matches

by Nasta
Tue May 21, 2024 5:42 pm
Forum: Software & Programming
Topic: Plug-in ROM without $4AFB0001 Header
Replies: 16
Views: 855

Re: Plug-in ROM without $4AFB0001 Header

I would expect that CPMulator uses the ROM as either part of the code and/or look-up tables for Z80 emulation because the ROM slot access is about 1.8x faster than RAM where the code is normally loaded, which would be a big issue to get the emulation fast enough... I am not surprised it is not made ...
by Nasta
Mon May 20, 2024 5:20 pm
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 49
Views: 7154

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Hello everyone, Took some time to collect my thoughts - my journey to the meeting started very early Thursday, drove from my home to Nurmberg, then to Muhlheim and visited some friends that I have not seen for ages, slept over in Muhlheim then got to Dormagen on Friday afternoon. And from then on th...
by Nasta
Mon Apr 29, 2024 9:49 pm
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 45
Views: 4473

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

An simple internal DIN41612 to ROMport connector board might be useful :idea: You may have noticed 2 x 2 extra pins in addition to the QL ROM port (the smaller ones near to the edge). One of them is leading QLNET and one is a "detection" pin. The other two could be used with such a connec...
by Nasta
Fri Apr 26, 2024 12:00 am
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 49
Views: 7154

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Well, room reserved, so I hope to be there sometime early afternoon on Friday, and start back Sunday morning. It's going to be an interesting trip, Thursday Zagreb to Nurmberg to Frankfurt, then Friday morning Frankfurt to Dormagen. Then Sunday will be intense as I am driving back to Zagreb in one g...
by Nasta
Wed Sep 06, 2023 4:56 pm
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 267
Views: 105652

Re: FPGA replacment for the ZX8301 ULA and more

The other approach is to control the clock going to the CPU - you can use a flip/flop or two within the FPGA to gate the clock signal to the CPU such that you get a 'glitchless' clock change - then you can select between a fast and slow clock. Any access to the ZX8302 can slow the CPU clock down if...
by Nasta
Wed Sep 06, 2023 11:51 am
Forum: Hardware
Topic: Ql Clone build
Replies: 21
Views: 12276

Re: Ql Clone build

tofro wrote: Tue Sep 05, 2023 9:15 pm
Peter wrote: Tue Sep 05, 2023 2:07 pm so I didn't want to bother the whole forum at this point.
Don't worry.
They'll be fine. :)
And very interested :)
by Nasta
Wed Sep 06, 2023 11:50 am
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 267
Views: 105652

Re: FPGA replacment for the ZX8301 ULA and more

I think I solved it. I just delay 1 cycle bringing the DTACK low when PCENL is low and it now seems to work ok with 10Mhz cpu/ZX8301 clock and 7.5 Mhz ZX8302 clock. Just made the access cycle longer when talking to zx8302. This is the way to do it, and the way GC and SGC do it since their CPUs work...
by Nasta
Thu Aug 31, 2023 3:53 pm
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 267
Views: 105652

Re: FPGA replacment for the ZX8301 ULA and more

If I am not mistaken the FPGA operates at 3.3V and I notice what seem like buffer chips to convert to 5V QL bus signals? If so, it might be a good idea to use a 68SEC000 chip on the 3.3V side coupled directly with the CPU and then convert signals that need to go to the QL bus to 5V. The chip has a s...
by Nasta
Mon Apr 17, 2023 6:43 pm
Forum: Hardware
Topic: "what-if" QL extended graphics
Replies: 45
Views: 12248

Re: "what-if" QL extended graphics

That being said you must not completely stop toggling RAS because it is used for the internal charge pump to negatively bias the substrate of the DRAM chips, without which the DRAM might consume too much current and not work right (a quirk of those older DRAM chips). Yes I forgot we discussed this ...