@ikonsgr
Thats not what BLTCON0 is actually saying - its quite a technical post, so let me try to explain.
In the A500 -
The CPU and Custom Chips only have 512KB of RAM to work with, so each get a time slice to use it... this means the CPU has to wait around until the Custom chips (Paula / Agnus / Denise / Gary / CIA A and B) have all had their way with it...
In most cases this means the CPU is slowed down to fetch data to processs it only to have to wait unitl its time slice to put that data back again and fetch another.
BLTCON0's explanation basically comes down to - The busier the Custom chips are the less time the CPU gets to the CHIP memory pool and the performance suffers over all.
FAST ram alleviates this problem, it can fetch memory and process it at its own speed and then puts it in CHIP ram so this improves processing (not the processor) just the processing of data is more efficient.
So with one of Kippers memory adapters it increases the ability to process by 33%
Simply put things that requires a lot of CPU processing (like polygons) will get a net gain in speed due to better efficiency where the CPU doesn't have to wait for the Custom Chips.
Also with more memory you have the option to add buffers and improve performance again - especially with disk and hard-disk access.
Thats not what BLTCON0 is actually saying - its quite a technical post, so let me try to explain.
In the A500 -
The CPU and Custom Chips only have 512KB of RAM to work with, so each get a time slice to use it... this means the CPU has to wait around until the Custom chips (Paula / Agnus / Denise / Gary / CIA A and B) have all had their way with it...
In most cases this means the CPU is slowed down to fetch data to processs it only to have to wait unitl its time slice to put that data back again and fetch another.
BLTCON0's explanation basically comes down to - The busier the Custom chips are the less time the CPU gets to the CHIP memory pool and the performance suffers over all.
FAST ram alleviates this problem, it can fetch memory and process it at its own speed and then puts it in CHIP ram so this improves processing (not the processor) just the processing of data is more efficient.
So with one of Kippers memory adapters it increases the ability to process by 33%
Simply put things that requires a lot of CPU processing (like polygons) will get a net gain in speed due to better efficiency where the CPU doesn't have to wait for the Custom Chips.
Also with more memory you have the option to add buffers and improve performance again - especially with disk and hard-disk access.
Comment