]> git.sesse.net Git - pistorm/blob - default.cfg
Maybe make A314 emulation launch Python scripts automatically
[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 id=kickstart
5 # Want to map an extended ROM, such as CDTV or CD32?
6 #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom id=extended
7
8 # Map 128MB of Fast RAM at 0x8000000, also known as 32-bit Fast RAM or CPU local Fast RAM.
9 # Only supported properly on select Kickstarts, such as 3.1+ for Amiga 1200, 3000 and 4000.
10 #map type=ram address=0x08000000 size=128M id=cpu_slot_ram
11 # Map 128MB of Z3 Fast. Note that the address here is not actually used, as it gets auto-assigned by Kickstart itself.
12 # Enabling Z3 fast requires at least Kickstart 2.0.
13 map type=ram address=0x10000000 size=128M id=z3_autoconf_fast
14 # 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.
15 #map type=ram address=0x200000 size=8M id=z2_autoconf_fast
16 #map type=ram address=0x200000 size=2M id=z2_autoconf_fast
17 #map type=ram address=0x400000 size=4M id=z2_autoconf_fast
18
19 # This is fake Chip RAM, do not use on a real Amiga.
20 #map type=ram address=0x0 size=2M
21
22 # Map Gayle as a register range.
23 # NOTE: Gayle emulation is currently non-functional. Do not enable this.
24 #map type=register address=0xD80000 size=0x40000
25 # Map RTC as a register range.
26 map type=register address=0xDC0000 size=0x10000
27 # Number of instructions to run every main loop.
28 loopcycles 300
29 # Set the platform to Amiga to enable all the registers and stuff.
30 platform amiga
31 # Uncomment to let reads/writes through from/to the RTC memory range
32 #setvar enable_rtc_emulation 0
33 # Uncomment to enable RTG
34 #setvar rtg
35
36 # Uncomment to enable CDTV mode (not working, requires Kickstart 1.3+CDTV extended ROM)
37 #setvar cdtv
38 # Uncomment this line to enable the PiSCSI interface
39 #setvar piscsi
40 # Use setvar piscsi0 through piscsi6 to add up to seven mapped drives to the interface.
41 #setvar piscsi0 PI0.hdf
42 #setvar piscsi1 PI1.hdf
43 # A special disk that includes PiStorm drivers and utilities, comment out if not needed
44 setvar piscsi6 platforms/amiga/pistorm.hdf
45 # Uncomment this line to enable the (currently non-working) Pi-Net interface.
46 #setvar pi-net
47
48 # Uncomment and edit to set a custom config filename for the A314 emulation
49 #setvar a314_conf ./a314/files_pi/a314d.conf
50 # Uncomment to enable A314 emulation
51 #setvar a314
52
53 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
54 # Syntax: keyboard [grab key] [grab|nograb] [autoconnect|noautoconnect]
55 #   "grab" steals the keyboard from the Pi so Amiga/etc. input is not sent to the Pi
56 #   (also helps prevent sending any ctrl-alt-del to the Amiga from resetting the Pi)
57 #
58 #   "autoconnect" connects the keyboard to the Amiga/etc. on startup
59 keyboard k nograb noautoconnect
60 # Select a specific filename for the keyboard event source.
61 # This is typically /dev/input/event1 or event0, but it may be event3 with for instance a wireless keyboard.
62 # Use ls /dev/input/event* to check which event files are available and try until you find the one that works.
63 #kbfile /dev/input/event1
64 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
65 # Syntax is mouse [device] [toggle key] [autoconnect|noautoconnect]
66 # (see "keyboard" above for autoconnect description)
67 mouse /dev/input/mice m noautoconnect