|
Register or have you forgotten your password?
|
|
|
| Amiga Hardware Issues and discussion This forum is dedicated to the discussion and resolution of issues related to Classic and Next Generation Amiga hardware. Got a problem with a piece of hardware? Click to speak. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Cult Member
![]()
Join Date: Dec 2006
Posts: 929
|
Allright, this is my attempt to start a thread where you may post any idea you like (related to Amiga hardware.) I don't care if the idea is impossible, dead simple or already invented. It's just to hear what you guys have in mind, play with some ideas, have some thinking exercise.
I'll go first in the next post.
__________________
Code 6502 asm or... DIE!! [C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1 |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Cult Member
![]()
Join Date: Dec 2006
Posts: 929
|
Parallel port USB interface
(Disclaimer: I haven't really thought this one completely through yet) Using the bi-directional parallel port, we can read or write up to 8 bits simultaneously. It should be possible to interface the parallel port with an USB Host Controller (example) resulting in USB connectivity for all Amigas. We might have to go through a microcontroller on the way, but that shouldn't be a problem. Ok, so it may not be ideal for ALL USB devices, but it should work fine with mice, keyboards, etc. All we need is drivers :-)
__________________
Code 6502 asm or... DIE!! [C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1 |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Defender of the Faith
![]()
|
Would using the floppy driver headers be any more feasible? Still I like this idea as well. Having an easy to attach external hub would be great, were not using the old parallel port much these days are we? :-D
|
||||||||
|
|
|
|
|
#4 | ||||||||
|
Cult Member
![]()
Join Date: Mar 2004
Posts: 941
|
i may do a improvment of my mouse imput hack.
http://www.amiga.org/gallery/index.php?n=2313=10 what will change is that a RF transmitter will be fitted to the A1200 motherboard mouse pins interface. this is already present on all 1200 motherboards (solder pads),but is only used on rev 2B. as the A1200 is powered up it will automaticly match with a RF mouse...nothing to plug-in. the above board may still be present but will have a switch to activate between RF & standard USB mouse. you can build a PCB to plug directly into this slot. NOTE: with this space not occupied a SUBWAY may fit here ie remove the mouse card altogether.
__________________
------------- power is nothing without control |
||||||||
|
|
|
|
|
#5 | |||||||||
|
Technoid
![]()
Join Date: Aug 2002
Posts: 308
|
Quote:
Just from my experiences: nice for testing, nice for doing some peek / poke stuff, and nice for doing some basic tests with modules arriving from the assembly line (power switch with overcurrent protection). But a real defined timing is not possible, and interrupt handling would be a mess - so I doubt such an attempt will really give you a working USB solution. Moreover: there are clockport adapters for A500, and SUBWAYs... well... Xmas is coming :-) Don't forget that USB needs quite some CPU power, so a 68020 is needed at last, and doing such a parallel port hack will make things more CPU consuming. So a 68030 would be handy then... Michael |
|||||||||
|
|
|
|
|
#6 | ||||||||
|
Guru Meditator
![]()
|
Something like the GVP A530, but then compatible with today's hardware. Oh, and with a built-in videochip/scandoubler would be nice too :-)
(dreams out loud for the processor being that Playstation 3 chip)
__________________
And the canary said: 'chirp' |
||||||||
|
|
|
|
|
#7 | ||||||||
|
Too much caffeine
![]()
Join Date: Oct 2008
Posts: 98
|
A500 Ethernet:
I think going from A500->clockport->USb adapter->USB ethernet module->ethernet is rediculous as hell, and theres no way you are going to get any decent throughput with that many software/hardware layers on a 68k machine. Hydra systems A500 ethernet sidecars are next to impossible to find.. Using an zorro-II sidecar expansion with an X-surf/Ariadne/A2065 works, but is "ugly as sin" and isn't an option for those with "non-pass through" sidecar devices. I'm building a small ethernet card that uses the RTL8019 embedded 10baseT ethernet controller, plugs into the 100 pin expansion connector inside various (GVP and a few others) A500 sidecar expansion devices and uses a patched version of the X-surf SANA-II drivers. Its really VERY simple. The card needs a 50x2 female header, a single 44pin CPLD (for adress buffers/decoding/etc,) an 8k EPROM (for auto-config data,) the actual RTL8019 chip, a 20mhz Oscillator, and the LEDs, Filter, and 10baseT jack.. It's essentially an X-surf without the extra (clockport, IDE, etc.) features.. The only problem is sourcing the RTL8019 at a reasonable price. Jens Schoenfeld once told me that the reason he uses an entire ISA ethernet card on the X-surf is that it's actually easier to find those cards at a decent price, than to just buy the RTL8019. In fact, the cards cost less than what you could buy the chip alone for. And that was back in the late 90s. For my purposes, using an entire ISA ethernet card is a huge waste of space and would not fit inside a GVP sidecar expansion enclosure. So I guess I'll end up removing the RTl8019 from ISA cards and re-using it on my card. I'll probably attatch the 10baseT jack via a small ribbon cable so it can be hard-mounted in the back of the enclosure, or just "hung out" a hole somewhere. |
||||||||
|
|
|
|
|
#8 | ||||||||
|
Defender of the Faith
![]()
|
A board based on the minimig, with AGA, 8-16 mb chip access (this should be pretty easy to implement; hell, WinUAE does it), an 030 or 040, onboard ethernet + usb, and a couple two or three PCI slots (with appropriate PCI bridge of course), say maybe a DIMM socket, eh...what else? Oh yeah, ATX form factor so I can bung it into any case I want.
Yeah yeah, I know...about as pipe-dreamy as the Natami.
__________________
Back away from the EU-SSR! |
||||||||
|
|
|
|
|
#9 | ||||||||
|
Kindred of Babble-on
![]()
|
A Super Duper Minimig:
- AGA added (just for the sake of it) - chipset bandwidth augmented for: - chunky pixel modes 8/16/24/32 bit - synthetic RISC core with 68k software emulation AND native mode - DDR2 dram interface - USB 2.0 port(s) - ethernet NIC - PCIe slots :roll: :-D Actually a nice little RISC board with FPGA capabilities should do.
|
||||||||
|
|
|
|
|
#10 | ||||||||
|
Cult Member
![]()
|
Greetings,
A exact match of the classic A1200 Mobo. -Remove old interfaces like 9 pins, serial RGB ports, Floppy drive -Replace it with vga, DVI ports, Network port. -enhance PCMCIA to 2.0 or better. -DVDRom burner over the old Floppy would be nice -Bluetooth -SATA Drive -with ROM4.0 -Change the keyboard style. -I do go for a black exterior. -You can install ANY OS if possible(Classic OS,OSX, LINUX, Vista..) -Console Compatible (Run PSP, NeoGeo... just for gamers in mind) -TrapDoor is not necessary since most enhancements are already there. -As long it's Web enhanced, can edit video on the fly. Regards, GiZz
__________________
Good day to all Amigans! MARGE - P3 DellOptiplex 220; 225 MB; Dual Partitioned WinXpSP3 and IcarosDesktopv1.4.x MANNY - A1200 + CobraDKB '030 w/ 32MB + DataFlyer HDD ASPIREOne D270 + Sata SSD 512GB - Hosted AROSAspireone but it is very slow. |
||||||||
|
|
|
|
|
#11 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2002
Posts: 1,501
|
How about a PPC or Cell on a PCI/PCI-e card to run MorphOS/OS4 in a PC or Mac?
Kind of like the old Inside/Out board but more up to date? A faster Efika like board on a PCI card?
|
||||||||
|
|
|
|
|
#12 | ||||||||
|
Cult Member
![]()
|
Something Relatively small like a new '030 card for the A1200, or the A500... We can buy subways and clockports for the 500 easily enough, but CPU boards are very hard to come by, certainly the 030 type anyway.
Bring on the new Amiga 600 '030 card from Individual Computers... someday hopefully :-) Robert
__________________
A4000D CSMK3 060/50mhz, 144mb ram, CVPPC video - Currently broken scsi :-( A4000D/T Warpengine 4040. A2000 Blizzard 2060, Picasso 2 and Indivision ECS. A2000 GVP G-Force 030-40mhz, 13mb Ram and Amber and Mechware SCSI Card reader. A1200D 030/50 34mb ram with Indivision AGA. |
||||||||
|
|
|
|
|
#13 | ||||||||
|
Defender of the Faith
![]()
Join Date: Sep 2005
Location: Los Angeles CA area
Posts: 1,581
|
A 68060 50 mhz AGA minimig setup.
Cheap 060 fast slot accelerator with a gigabyte of RAM! (hey, I can dream, can't I?)
__________________
Amiga 3000D UP and running! Hear that clicking. 8) Amiga 3000D & 4000D in storage sadly. |
||||||||
|
|
|
|
|
#14 | ||||||||
|
Lifetime Member
Join Date: Feb 2002
Location: Georgia, USA
Posts: 1,561
|
3GHZ Sam board with 4 gig memory and a ZorroIII bridge board so I can use some of my old cards. :-D
Yeah, ok back to the real world. Plaz |
||||||||
|
|
|
|
|
#15 | |||||||||
|
Technoid
![]()
Join Date: Oct 2007
Location: Sao Caetano do Sul, Brasil
Posts: 342
|
Quote:
By the way, I loved the car on the avatar. Is it an AMC Javelin? Cool... @Metalguy66: I have an even easier idea: hook a Microchip ENC28J60 to the clockport. This is an SPI Ethernet, shoud be really easy to do... (lunchtime fun) |
|||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| thread , post , ideas , hardware |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Minimig hardware ideas | mrmkl | Amiga Hardware Issues and discussion | 13 | 11-28-2008 02:27 AM |
| Link to last post in thread in Home and Latest Forum Posts | Zac67 | Amiga.org Discussion and Site Feedback | 4 | 09-09-2006 01:54 PM |
| The Radical Solutions Thread - Post 'em Here! | CH / Philosophy and Religion | 15 | 06-23-2004 06:26 AM | |
| : Re: Please log in and post once to this thread, this is a test. | Drag | General chat about Amiga topics | 24 | 08-08-2003 02:29 PM |
| Please log in and post once to this thread, this is a test. | redrumloa | General chat about Amiga topics | 254 | 08-07-2003 09:51 AM |