]> git.sesse.net Git - pistorm/blobdiff - default.cfg
Add support for automatic ROM range dumping to memory/file
[pistorm] / default.cfg
index e6249229ebb3cde1eb06b1624f8cc874f3910dc7..0526656e3343ef7f84a81e45f1db543081ddae80 100644 (file)
@@ -2,6 +2,9 @@
 cpu 68020
 # Map 512KB kickstart ROM to default offset.
 map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0 id=kickstart
+# Comment out the line above and uncomment the line below to automatically copy the ROM contents to Pi RAM if the file isn't found
+#map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0 id=kickstart autodump_mem
+
 # Want to map an extended ROM, such as CDTV or CD32?
 #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom id=extended