Welcome, Guest. Please login or register.

Author Topic: Difference between Fast memory & Z3 Fast memory?  (Read 2252 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline divinedTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2005
  • Posts: 94
  • Country: 00
    • Show only replies by divined
Difference between Fast memory & Z3 Fast memory?
« on: November 21, 2005, 11:16:04 PM »
Hello everybody

The subject title is pretty self explanatory. I ran into this while trying to install AmigaOS 3.9 on WinUAE. The fast memory option could only be set up to 8MB, while the Z3 Fast memory could go much higher!

George Papadopoulos
Amiga 500 1MB
Amiga 1200; Blizzard 1230 Mk IV 64MB + fpu; Gotek drive; Indivision MK2 AGA
 

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: Difference between Fast memory & Z3 Fast memory?
« Reply #1 on: November 21, 2005, 11:30:53 PM »
Fast memory is within 24bit memory space (the only space for 68000, 68010 and 68ec020). The area 0x200000 -> 0xa00000 is reserved for the memory in the memory map, thus maximum 8MB.

Z3 memory is mapped to 32bit memory area and thus is not limited in this way.

For WinUAE there is no difference except that the address of the memory (and that 68000, 68010 and 68ec020 can't have Z3 mem). Since it's emulation, both memory is equally fast. However, some rare apps might require memory at 0x200000 onwards, and with these you need to add some "Fast Memory", even if you have "Z3 Memory" set already.
 

Offline amigadave

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 3836
    • Show only replies by amigadave
    • http://www.EfficientByDesign.org
Re: Difference between Fast memory & Z3 Fast memory?
« Reply #2 on: November 22, 2005, 03:02:38 AM »
The other answer pretty much covered what I think you were looking for, but on real Classic Amigas that have accellerator cards, there is yet another type of, lets call it "Fastest" memory that is built-in on the accelerator card itself and has a faster direct bus to the CPU, eliminating the limits of the Zorro II or Zorro III buses transfer speeds.  Just a little extra info for your digestion.
How are you helping the Amiga community? :)
 

Offline divinedTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2005
  • Posts: 94
  • Country: 00
    • Show only replies by divined
Re: Difference between Fast memory & Z3 Fast memory?
« Reply #3 on: November 22, 2005, 05:52:35 AM »
Nonetheless, I thought that the 68020 was a 32-bit CPU. Why can`t it access a 32-bit memory address space?
Amiga 500 1MB
Amiga 1200; Blizzard 1230 Mk IV 64MB + fpu; Gotek drive; Indivision MK2 AGA
 

Offline patrik

Re: Difference between Fast memory & Z3 Fast memory?
« Reply #4 on: November 22, 2005, 06:15:32 AM »
@divined:

The 68020 is a 32-bit cpu, but the cost-reduced 68ec020 variant only has 24 external address-lines, just like the 68000 and for that reason that variant only has an address-space of 16MB.


/Patrik