]> git.sesse.net Git - pistorm/blobdiff - default.cfg
Rework some emulator stuff, update sample X68000 config for OVL
[pistorm] / default.cfg
index 85e45a0850df13a972a3203f60b2a7d7c8af8c64..35137516e8942e1e87fd372c384ff9f5a008c5ec 100644 (file)
@@ -1,5 +1,5 @@
 # Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
-cpu 68EC030
+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.
@@ -8,6 +8,7 @@ map type=rom address=0xF80000 size=0x80000 file=kick512.rom ovl=0
 #map type=rom address=0xF00000 size=0x90000 file=cdtv.rom
 # Map 256MB of Fast RAM at 0x8000000.
 map type=ram address=0x08000000 size=128M
+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.