Welcome, Guest. Please login or register.

Author Topic: A590 vs Kickstart 1.3 questions  (Read 2066 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline countzeroTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
A590 vs Kickstart 1.3 questions
« on: June 11, 2006, 09:35:58 AM »
Recently I've managed to install a 1gb fujitsu drive into my A590. I'm using it with a 1.3 machine and 1.3.3 Workbench. I've some questions for this setup.

1- what is the maximum partition size I can use with the 1.3 roms/wb ?
2- I'm experiencing chip ram shortage. Games like hired guns just quit repoting insufficent chip memory. I've 2mb minimeg installed and 2mb on the a590, so is there a way I can use this as chip ram ?
3- The power connector for hd on the a590 has only three pins, 12v, 5v and one ground. Though modern harddrives need two ground lines. Should I make a connector which couples the ground line ? (feeding the same ground into both lines, is it dangerous ?) or would my hd be ok with a single ground line ? (currently I'm using it with the case open and standard pc psu with a standard connector.)

many thanks in advance
I believe in mt. Fuji
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: A590 vs Kickstart 1.3 questions
« Reply #1 on: June 11, 2006, 09:43:55 AM »
Quote
countzero wrote:
2- I'm experiencing chip ram shortage. Games like hired guns just quit repoting insufficent chip memory. I've 2mb minimeg installed and 2mb on the a590, so is there a way I can use this as chip ram ?

Nope. You will have to boot without startup-sequence if you need more chip RAM, or use something like FBlit to try to load some workbench graphics in to Fast RAM instead of Chip. (not sure if this works on 1.3 though).

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show only replies by PaSha
Re: A590 vs Kickstart 1.3 questions
« Reply #2 on: June 11, 2006, 10:54:06 AM »
Quote

3- The power connector for hd on the a590 has only three pins, 12v, 5v and one ground. Though modern harddrives need two ground lines. Should I make a connector which couples the ground line ? (feeding the same ground into both lines, is it dangerous ?) or would my hd be ok with a single ground line ? (currently I'm using it with the case open and standard pc psu with a standard connector.)


Well, ground is ground. The two pins are most likely connected together on the Harddrive, so the A590 connector should work just fine.

If it doesn't, there is no danger in coupling the ground line to both ground pins. (they originate from the exact same place inside your PC PSU).

-Paul
 

Offline glitch

  • Sr. Member
  • ****
  • Join Date: Nov 2004
  • Posts: 371
    • Show only replies by glitch
Re: A590 vs Kickstart 1.3 questions
« Reply #3 on: June 11, 2006, 12:00:55 PM »
Hi,

Try removing any extra utilities from your Startup-Sequence if you have any custom ones installed.  Addbuffers is one that can eat up some RAM.

On a more technical note, you might be able to change the "Mask" inside of the HDToolBox program for that drive and its partitions to ensure that the drive uses fast RAM instead chip for it's data transfers.  As well, check to see how many buffers you have set for each partition - the usual is 30.

Does anyone here have settings that they can forward for this device?
 

Offline patrik

Re: A590 vs Kickstart 1.3 questions
« Reply #4 on: June 11, 2006, 12:47:37 PM »
@countzero:
I think the problem is as simple as in 1.3 chip-memory per default had higher priority than fastmem (to aid in compability with som poorly written software and hence the reason for existance of the utility FastMemFirst) and because of that everything will be loaded info chipmem first. So try loading FastMemFirst very early in your S:Startup-Sequence and see if it makes a difference.

Don't worry about the single ground. First of all, the ground for power is the same, disgregarding if it is for 12V or 5V and second the two ground-pins are connected to eachother in the harddrive. Nevertheless it is imho a bit cheapskating and poor to just give the cable a single ground line.


/Patrik
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: A590 vs Kickstart 1.3 questions
« Reply #5 on: June 11, 2006, 01:11:31 PM »
@patrik
Quote
I think the problem is as simple as in 1.3 chip-memory per default had higher priority than fastmem (to aid in compability with som poorly written software and hence the reason for existance of the utility FastMemFirst) and because of that everything will be loaded info chipmem first. So try loading FastMemFirst very early in your S:Startup-Sequence and see if it makes a difference.

This is not true, chip memory always has lower priority than fast memory.

What FastMemFirst does is to have slower ranger memory ($C00000) *after* other fast memory. Ranger memory is pretty much as slow as chip memory, and some memory expansions don't have priority higher than this. So FastMemFirst is there to fix this condition. It's not needed if the expansion device is using proper priority (>0) for it's memory.

Thus FastMemFirst will not help in this situation.
 

Offline countzeroTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: A590 vs Kickstart 1.3 questions
« Reply #6 on: June 12, 2006, 04:25:12 AM »
Quote

glitch wrote:

On a more technical note, you might be able to change the "Mask" inside of the HDToolBox program for that drive and its partitions to ensure that the drive uses fast RAM instead chip for it's data transfers.  As well, check to see how many buffers you have set for each partition - the usual is 30.

Does anyone here have settings that they can forward for this device?


Hmm, this looks like a good idea. is there a way I can see where my fast ram is mapped in the address space, and use a corresponding mask ?
I believe in mt. Fuji
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: A590 vs Kickstart 1.3 questions
« Reply #7 on: June 12, 2006, 07:21:54 AM »
Zorro fastmem runs from 0x200000 upwards, so with a mask of 0x0FFFFE you'd get word-aligned chipmem only. Since you've got no accelerator mem within 24 bit address space, you'd use a mask of 0xFFFFFE, i.e. any word-aligned memory withing the first 16 megs. RAM priority will take care of using fastmem first.
 

Offline TjLaZer

Re: A590 vs Kickstart 1.3 questions
« Reply #8 on: June 12, 2006, 05:49:41 PM »
You will want a Megachip type 2MB Chip Ram memory expander, but expect to pay around $80 or so.

With a 1GB HD I would use like a 200MB or so system partition and the rest as a data drive.
Going Bananas over AMIGAs since 1987...

Looking for Fusion Fourty PNG ROMs V3.4?

:flame: :banana: :banana: :banana:
 

Offline countzeroTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: A590 vs Kickstart 1.3 questions
« Reply #9 on: June 12, 2006, 05:59:31 PM »
It seems like my cheap gigatron minimax had an option to register some of its ram as chip-ram. Today I noticed a pin on the gary adapter which says "FAT" on it and I figured out I should join it somewhere on agnus but where ? after some research I found out that it should be wired to jumper 2 near the kickrom (actually this jumper is pin 19? of agnus). So now I have 1 mb chip ram. But still I have problems. if I put a partition > 50mb, the keychecksum fails somewhere and I lose the whole partition. Also I noticed some games fail because I'm trying to run them on a NTSC Amiga with OCS chipset, and they mess the partition while craching as well. The best working games are Monkey Island's and Colonization, both of which work with even 512k chip. Pirates also works well. I guess a wb1.3 setup is not very rewarding, more difficult to maintain than I assumed.
I believe in mt. Fuji
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: A590 vs Kickstart 1.3 questions
« Reply #10 on: June 12, 2006, 06:45:01 PM »
Sounds like you wired your RAM expansion for 1 MB chip (rather than 512K chip, 512K ranger) - but your Agnus can't handle it... That way you just get trashed graphics and a crashing system. If you configure 1 MB chipmem, ensure your Agnus is up to it (or replace it).