]> git.sesse.net Git - pistorm/blobdiff - default.cfg
[WIP] Add Z3 Fast autoconf support
[pistorm] / default.cfg
index 0320dc75a5ac9b8a671409c70cf0d86159d1f3ac..9caf4e9e8f0d7e16f82aa1de1d293be5c77f9001 100644 (file)
@@ -7,10 +7,11 @@ map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0
 
 # Map 128MB of Fast RAM at 0x8000000.
 map type=ram address=0x08000000 size=128M id=cpu_slot_ram
-# 128MB of Z3 Fast at the first proper address
+# 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
 # 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=8M id=z2_autoconf_fast
 #map type=ram address=0x200000 size=2M id=z2_autoconf_fast
 #map type=ram address=0x400000 size=4M id=z2_autoconf_fast