]> git.sesse.net Git - pistorm/blobdiff - default.cfg
Add support for ROM mirroring
[pistorm] / default.cfg
index fd8a3fcaedce65452ae15fdde1d1ad636bdd37e7..f92897b0020b2287e8d27a6751e92e2717575cb0 100644 (file)
@@ -1,11 +1,9 @@
 # Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
 cpu 68020
 # Map 512KB kickstart ROM to default offset.
-map type=rom address=0xF80000 size=0x80000 file=kick512.rom ovl=0
-# This is for mapping a 256KB kickstart ROM. I can probably add some additional thing about kicking this file into low/high area.
-#map type=rom address=0xFC0000 size=0x40000 file=kick256.rom ovl=0
+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=0x90000 file=cdtv.rom
+#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 Gayle as a register range.