From b8d10ab70788a854da91a6231263ee3b3ece7ab9 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Sat, 10 Apr 2021 05:06:24 +0200 Subject: [PATCH] Update default.cfg with some more information --- default.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/default.cfg b/default.cfg index 0cea4a0..56b55a9 100644 --- a/default.cfg +++ b/default.cfg @@ -5,11 +5,12 @@ map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0 # Want to map an extended ROM, such as CDTV or CD32? #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom -# Map 128MB of Fast RAM at 0x8000000. -map type=ram address=0x08000000 size=128M id=cpu_slot_ram +# Map 128MB of Fast RAM at 0x8000000, also known as 32-bit Fast RAM or CPU local Fast RAM. +# Only supported properly on select Kickstarts, such as 3.1+ for Amiga 1200, 3000 and 4000. +#map type=ram address=0x08000000 size=128M id=cpu_slot_ram # Map 128MB of Z3 Fast. Note that the address here is not actually used, as it gets auto-assigned by Kickstart itself. -# Enabling Z3 fast requires a Kickstart that actually supports Zorro III, for instance from an A3000 or A4000. -#map type=ram address=0x10000000 size=128M id=z3_autoconf_fast +# Enabling Z3 fast requires at least Kickstart 2.0. +map type=ram address=0x10000000 size=128M id=z3_autoconf_fast # Max 8MB of Z2 Fast can be mapped due to addressing space limitations, but for instance 2+4MB can be chained to leave 2MB for something else. #map type=ram address=0x200000 size=8M id=z2_autoconf_fast #map type=ram address=0x200000 size=2M id=z2_autoconf_fast -- 2.39.2