English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 21 August 2018, 12:18   #81
patrik
Registered User
 
patrik's Avatar
 
Join Date: Jan 2005
Location: Umeå
Age: 43
Posts: 934
Quote:
Originally Posted by plasmab View Post
Almost all cards for the A500 behave like this.

We had a huge discussion about this on my channel and that’s when I realised 24 bit autoconfig wasn’t going to let people use my cards and older add-on hardware at the same time.

It’s why I have completely dismissed 24 bit type chips in my project.
I guess all designs based on a proper Zorro2 solution like the GVP HD+8, C= A590, IVS Trumpcard/Grandslam etc should behave correctly?
patrik is offline  
Old 21 August 2018, 12:50   #82
PR77
Registered User
 
Join Date: Oct 2017
Location: Germany
Posts: 193
Quote:
Originally Posted by patrik View Post
I guess all designs based on a proper Zorro2 solution like the GVP HD+8, C= A590, IVS Trumpcard/Grandslam etc should behave correctly?
I would love to test other devices but only have the Alfa Data (BSC) HD + RAM device.
PR77 is offline  
Old 21 August 2018, 13:29   #83
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Some do it right but even my latest TF530 firmwares doesn’t ... I decided it was better to use the space for SPI rather than a comparison that is always the same value.
plasmab is offline  
Old 21 August 2018, 20:18   #84
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
BTW I noticed a bug in your IDECS code..

assign IDE_CS[1:0] = ADDRESS[13:12];

Is wrong. They should never both be low. The correct code is..

assign IDECS = A[12] ? {~IDERANGE, 1'b1} : {1'b1, ~IDERANGE};
plasmab is offline  
Old 21 August 2018, 20:47   #85
PR77
Registered User
 
Join Date: Oct 2017
Location: Germany
Posts: 193
Quote:
Originally Posted by plasmab View Post
BTW I noticed a bug in your IDECS code..

assign IDE_CS[1:0] = ADDRESS[13:12];

Is wrong. They should never both be low. The correct code is..

assign IDECS = A[12] ? {~IDERANGE, 1'b1} : {1'b1, ~IDERANGE};
You're right! Thanks! I haven't had problems with it but I guess that was just down to chance.
PR77 is offline  
Old 15 March 2019, 17:15   #86
MrPix
Registered User
 
Join Date: Mar 2019
Location: Austin, TX, USA
Posts: 1
Hi PR77.

I've been following your updates with interest.

I'd be interested in joining with you by offering to design, build and test a compliant PCB design that would likely pass EMI testing.

Does this interest you?
MrPix is offline  
Old 16 March 2019, 20:50   #87
PR77
Registered User
 
Join Date: Oct 2017
Location: Germany
Posts: 193
Quote:
Originally Posted by MrPix View Post
Hi PR77.

I've been following your updates with interest.

I'd be interested in joining with you by offering to design, build and test a compliant PCB design that would likely pass EMI testing.

Does this interest you?
Thanks for the offer... The design is in Github (PR77) so feel free to grab a copy and post a design, I'm very interested to see how others bring their flair to the design.

While you're at it, perhaps you can also have a crack the layout for the Kickstart Relocator (http://eab.abime.net/showthread.php?t=94108). Zero is also giving it a crack (http://eab.abime.net/showpost.php?p=...5&postcount=24).
PR77 is offline  
Old 12 August 2019, 13:13   #88
Methanoid
Retired Quartex Sysop
 
Methanoid's Avatar
 
Join Date: Sep 2001
Location: Roman Verulamium
Age: 58
Posts: 1,874
Really interesting project.

Some (dumb) questions:

Have you planned the direction/location/orientation of any IDE-CF adapter to make sure it doesn't get too tall or clash with RF shields etc?

Will this also be an Atari ST accelerator or Amiga only?
Methanoid is offline  
Old 13 August 2019, 11:44   #89
PR77
Registered User
 
Join Date: Oct 2017
Location: Germany
Posts: 193
Quote:
Originally Posted by Methanoid View Post
Really interesting project.

Some (dumb) questions:

Have you planned the direction/location/orientation of any IDE-CF adapter to make sure it doesn't get too tall or clash with RF shields etc?

Will this also be an Atari ST accelerator or Amiga only?

Thanks. I never really planned for the accelerator to be used with an RF Shield because I use it with a relocator (I have designed one with Flash ROMS [https://github.com/PR77/68000_Reloca...ASH_Kickstart]). With this the IDE Interface is suitably placed for my purpose.


I have a bunch of design changes pending for a new PCB layout and moving the IDE is something I would like to do; I just haven't had the need at the moment.


As for Atari support, I don't have one so I have no idea. Autoconfig definitely wont work, but as for the rest, I can only speculate that it _might_ work.
PR77 is offline  
Old 20 July 2023, 08:23   #90
seb132
French in Australia
 
seb132's Avatar
 
Join Date: May 2012
Location: Gold Coast
Age: 53
Posts: 507
Send a message via MSN to seb132 Send a message via Yahoo to seb132
@PR77 : any news about this lovely little project?
I have had the A600 version built by a friend (totally happy with it) and I hope the A500 version could be used to make an A1000 one too...
seb132 is offline  
Old 23 July 2023, 09:32   #91
PR77
Registered User
 
Join Date: Oct 2017
Location: Germany
Posts: 193
Hi there, to be honest I haven’t worked on this for some time. Too busy with life . Ive been trying really hard to motivate myself to get back into it. I have an 020 version which is about 70% complete but just can’t get the time to finalise the PCB layout.

Which A600 version are you referring to? This one;

https://github.com/PR77/A600_ACCEL_RAM
PR77 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
DIY PS/2 keyboard to Amiga 500? Solo761 Hardware mods 39 10 December 2020 11:25
HC508 Amiga 500 accelerator card Lord Aga support.Hardware 61 02 July 2018 14:06
Viper 530 accelerator for Amiga 500 tbtorro MarketPlace 16 11 January 2017 00:10
where can i get an amiga 500 accelerator from? ed777 support.Hardware 4 16 September 2016 20:54
E-Matrix/Viper 530 for Amiga 500 - the best accelerator yet tbtorro MarketPlace 0 30 March 2016 21:40

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:45.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09166 seconds with 14 queries