]> git.sesse.net Git - pistorm/commitdiff
Update default.cfg with some more information
authorbeeanyew <beeanyew@gmail.com>
Sat, 10 Apr 2021 03:06:24 +0000 (05:06 +0200)
committerbeeanyew <beeanyew@gmail.com>
Sat, 10 Apr 2021 03:06:24 +0000 (05:06 +0200)
default.cfg

index 0cea4a090713cd89613811fcb11a48a0296a3826..56b55a91231b6cc5007807dc8322b5ce593aea3a 100644 (file)
@@ -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