]> git.sesse.net Git - pistorm/blobdiff - default.cfg
[WIP] Add platforms, Z2 config file-based autoconf Fast
[pistorm] / default.cfg
index f92897b0020b2287e8d27a6751e92e2717575cb0..0320dc75a5ac9b8a671409c70cf0d86159d1f3ac 100644 (file)
@@ -4,12 +4,26 @@ cpu 68020
 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 256MB of Fast RAM at 0x8000000.
-map type=ram address=0x08000000 size=128M
+
+# 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 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
+#map type=ram address=0x400000 size=4M id=z2_autoconf_fast
+
+# This is fake Chip RAM, do not use on a real Amiga.
+#map type=ram address=0x0 size=2M
+
 # Map Gayle as a register range.
 map type=register address=0xD80000 size=0x70000
 # Number of instructions to run every main loop.
 loopcycles 300
+# Set the platform to Amiga to enable all the registers and stuff.
+platform amiga
+
 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
 # Syntax is mouse [device] [toggle key]
 #mouse /dev/input/mouse0 m