Search found 444 matches

by Nasta
Fri Mar 17, 2017 6:17 pm
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 65252

Re: Fun things to do with an MC68EC020....

This is basically how the SGC works, but it manipulates the decoder. [Explanation of SGC snipped] Ahem... the whole point of my idea was not to implement decoding, mapping and bus sizing as complicated as the SGC. ;) I know, but you have to implement 90% of it or more, anyway. I.e. once it gets int...
by Nasta
Fri Mar 17, 2017 2:35 pm
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 65252

Re: Fun things to do with an MC68EC020....

This is basically how the SGC works, but it manipulates the decoder. Without some sort of mechanism like this, it is impossible to implement different OS's because the exception vectors and vectored OS routines need to be changed when the OS is changed. There are many mechanisms to implement this. A...
by Nasta
Thu Mar 16, 2017 4:14 pm
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 65252

Re: Fun things to do with an MC68EC020....

TBH I don't exactly remember how slaving is used in the old drivers. I do remember that originally the slave block table was limited to 32k in Minerva due to a bug, but that was soon fixed (word index was used). I seem to recall there is some sort of linear search, initially? Is this what limits the...
by Nasta
Thu Mar 16, 2017 2:18 am
Forum: Hardware
Topic: Fun things to do with an MC68EC020....
Replies: 153
Views: 65252

Re: Fun things to do with an MC68EC020....

After discussions, the memory map is provisionally as follows (as of two days ago): $000000 - $BFFFFF 3x 4MB banks - 12MB $C00000 - $DFFFFF Flash $E00000 - $FFFFFF Aliases of original QL map. Screen: $20000..$27FFF on the QL bus, which appears to the CPU in this proposed system at $E20000..$E27FFF ...
by Nasta
Tue Mar 14, 2017 2:44 pm
Forum: Hardware
Topic: QL upgrade versus Q68
Replies: 67
Views: 32661

Re: QL upgrade versus Q68

VESA compatibility was really my first worry. There is really no shortage of monitors with VGA input (yet :) ) but monitors as such are getting dumber by the model. Already a few years ago when I was designing some gaming hardware (for casinos), we had big problems with monitors that would not corre...
by Nasta
Mon Mar 13, 2017 4:34 pm
Forum: Hardware
Topic: QL upgrade versus Q68
Replies: 67
Views: 32661

Re: QL upgrade versus Q68

I would definitely vote for a stand-alone version. Also, regarding HDMI, there are still HDMI transmitter chips available that do not require royalty for the data encription/protection, IIRC Ti makes them. I have had a look at the board and something like an unpopulated set of pads for a header dire...
by Nasta
Sat Mar 11, 2017 11:13 pm
Forum: Hardware
Topic: ULA ZX8301 - TV Picture Capabilities
Replies: 62
Views: 32120

Re: ULA ZX8301 - TV Picture Capabilities

A bit of barking up the wrong tree in this thread. There is no simple way to get the flash bit converted into a fourth color bit using the signals the QL outputs in mode 8. However, with a fair bit of circuitry, it is possible to get it out of mode 0/4. The tricky part is getting the dot clock, whic...
by Nasta
Sat Mar 19, 2016 2:43 pm
Forum: Hardware
Topic: QL's external MDV port
Replies: 61
Views: 25890

Re: QL's external MDV port

You can't directly connect QL microdrives to the port because a part of the necessary circuitry to make an internal unit to an external one is on the QL motherboard. However, one could build that part up on a small board with the appropriate edge connector and use an internal unit as an external one.
by Nasta
Thu Nov 19, 2015 1:32 am
Forum: Hardware
Topic: SMSQ/E ROMS
Replies: 10
Views: 5342

Re: SMSQ/E ROMS

Hi Nasta, Thank you for the clarification, I did think a standard QL with a memory expansion would be able to run SMSQ/E. But from your description, it seems the best solution would be to have an Aurora. Pity the Aurora, is not available anymore. Mind you, it could be done with a RAM expansion that...
by Nasta
Wed Nov 18, 2015 4:30 pm
Forum: Hardware
Topic: SMSQ/E ROMS
Replies: 10
Views: 5342

Re: SMSQ/E ROMS

There is a difference between physically 'paging out' a physical memory chip and not using that part of the memory map. In fact, the way the (S)GC does it is to _replace_ the physical ROM chips with a copy (somewhat patched) contents of the ROM but in the same address space. In essence, it emulates ...