]> git.sesse.net Git - pistorm/blob - default.cfg
Merge pull request #5 from beeanyew/config-file-setvar
[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 # Map 128MB of Z3 Fast. Note that the address here is not actually used, as it gets auto-assigned by Kickstart itself.
11 # Enabling Z3 fast requires a Kickstart that actually supports Zorro III, for instance from an A3000 or A4000.
12 #map type=ram address=0x10000000 size=128M id=z3_autoconf_fast
13 # 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.
14 #map type=ram address=0x200000 size=8M id=z2_autoconf_fast
15 #map type=ram address=0x200000 size=2M id=z2_autoconf_fast
16 #map type=ram address=0x400000 size=4M id=z2_autoconf_fast
17
18 # This is fake Chip RAM, do not use on a real Amiga.
19 #map type=ram address=0x0 size=2M
20
21 # Map Gayle as a register range.
22 map type=register address=0xD80000 size=0x70000
23 # Number of instructions to run every main loop.
24 loopcycles 300
25 # Set the platform to Amiga to enable all the registers and stuff.
26 platform amiga
27 # Uncomment to let reads/writes through from/to the RTC memory range
28 #setvar enable_rtc_emulation 0
29 # Uncomment to set a custom HD image file for ide0
30 #setvar hdd0 snakes.img
31
32 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
33 # Syntax is mouse [device] [toggle key]
34 #mouse /dev/input/mouse0 m
35 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
36 #keyboard k