Random hardware ideas!

Nagging hardware related question? Post here!
Post Reply
User avatar
Dave
SandySuperQDave
Posts: 2765
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Random hardware ideas!

Post by Dave »

Silvester:
TK2 and battery backed clock on a ROM port cartridge.
SAA1099 sound card

Dave:
Microdrive extender: a microdrive bridge to plug onto the QL microdrive expansion socket and allow two more microdrives to be connected. With a nice 3D printed QL-matching case and reset button extender...
A replacement diode/cap board for PSUs that are all showing their age now.
A 1MB RAM card.
A USB 2.0 full speed card.
Last edited by Dave on Sat Apr 22, 2017 7:19 pm, edited 2 times in total.


Silvester
Gold Card
Posts: 436
Joined: Thu Dec 12, 2013 10:14 am
Location: UK

Re: Random hardware ideas!

Post by Silvester »

I have already got a SAA1099 on Trump card QL (must get around to writing tracker!). But recently picked up some genuine Yamaha OPL3 FM chips, now very cheap:

http://www.ebay.co.uk/itm/1pair-YMF262- ... xy0NtTCX5e

Make a nice QL Adlib type sound board (easy to interface).


David
Derek_Stewart
Font of All Knowledge
Posts: 3929
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Random hardware ideas!

Post by Derek_Stewart »

Silvester wrote:I have already got a SAA1099 on Trump card QL (must get around to writing tracker!). But recently picked up some genuine Yamaha OPL3 FM chips, now very cheap:

http://www.ebay.co.uk/itm/1pair-YMF262- ... xy0NtTCX5e

Make a nice QL Adlib type sound board (easy to interface).
Hi Silvester,

The addition of a SA0199 sounds interesting, do you have any details or photographs.


Regards,

Derek
User avatar
Cristian
Aurora
Posts: 960
Joined: Mon Feb 16, 2015 1:40 pm
Location: Veneto

Re: Random hardware ideas!

Post by Cristian »

Silvester wrote: Make a nice QL Adlib type sound board (easy to interface).
Very nice idea!


User avatar
Dave
SandySuperQDave
Posts: 2765
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Re: Random hardware ideas!

Post by Dave »

A proper USB port.

Using the FTDI FT245R 2.0 IC: http://www.ftdichip.com/Support/Documen ... FT245R.pdf

It works well in Motorola systems, is 5V capable, provides USB 2.0 (480Mb/sec theoretical).

I'll provide hardware if someone wants to develop the code to run it. The same driver could be used with parallel and SPI versions of the IC.

Anyone interested in the driver side?

(Edited to change to newer device.)
Last edited by Dave on Sat Apr 22, 2017 7:52 pm, edited 1 time in total.


User avatar
tofro
Font of All Knowledge
Posts: 2685
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: Random hardware ideas!

Post by tofro »

Dave wrote: Anyone interested in the driver side?
I have programmed two (full) USB drivers in my life - The first and the last one (incidentally, the same one).

USB as such is not so hard - you just hand small blocks of memory to and from the hardware. The problem is: You need to put USB devices on top of you low-level driver. Lots of them. and all of them are a tiny bit different. And all af them need routing of packets to the proper device, and in the end everything is one single mess.

I wouldn't consider that hobby...

BTW: Supporting interrupt - is not the QL way of doing things. The QL wants to poll peripherals, ideally.

Tobias
Last edited by tofro on Sat Apr 22, 2017 7:43 pm, edited 1 time in total.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
Dave
SandySuperQDave
Posts: 2765
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Re: Random hardware ideas!

Post by Dave »

I think the community has a nice way, when a new port becomes available and supported, is they look at what can be plugged into that port, find one thing that is good, cheap and fast *laughs* and standardize around that.

USB would open up a lot of options for people to.... tinker. ;)


User avatar
Dave
SandySuperQDave
Posts: 2765
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Re: Random hardware ideas!

Post by Dave »

A new video system.

Two parts:
  • A video card that contains RAM and a better way of reading it, resulting in a more modern signal like HDMI.
  • A new 8301 replacement that doesn't do anything about video, removes that interrupt and just does its other tasks.
So, add a video capability left-of-CPU and remove it right-of-CPU.

This one's a bit out there. :D


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: Random hardware ideas!

Post by Peter »

Dave wrote:A proper USB port.
Using the FTDI FT245R 2.0 IC
That chip would make the QL a USB peripheral device for a PC.
What you probably want is a chip which makes the QL USB host, so it can use USB devices.

The hope that someone would write USB drivers for a QL, was already unrealistic 15 years ago.
Today with almost no developers left, chances have not increased.


Post Reply