]> git.sesse.net Git - pistorm/blob - default.cfg
[WIP] Add platforms, Z2 config file-based autoconf Fast
[pistorm] / default.cfg
1 # Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
2 cpu 68020
3 # Map 512KB kickstart ROM to default offset.
4 map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0
5 # Want to map an extended ROM, such as CDTV or CD32?
6 #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom
7
8 # Map 128MB of Fast RAM at 0x8000000.
9 map type=ram address=0x08000000 size=128M id=cpu_slot_ram
10 # 128MB of Z3 Fast at the first proper address
11 #map type=ram address=0x10000000 size=128M id=z3_autoconf_fast
12 # 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.
13 map type=ram address=0x200000 size=8M id=z2_autoconf_fast
14 #map type=ram address=0x200000 size=2M id=z2_autoconf_fast
15 #map type=ram address=0x400000 size=4M id=z2_autoconf_fast
16
17 # This is fake Chip RAM, do not use on a real Amiga.
18 #map type=ram address=0x0 size=2M
19
20 # Map Gayle as a register range.
21 map type=register address=0xD80000 size=0x70000
22 # Number of instructions to run every main loop.
23 loopcycles 300
24 # Set the platform to Amiga to enable all the registers and stuff.
25 platform amiga
26
27 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
28 # Syntax is mouse [device] [toggle key]
29 #mouse /dev/input/mouse0 m
30 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
31 #keyboard k