]> git.sesse.net Git - pistorm/blob - default.cfg
Add Meson build files.
[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 # 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
6 #map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0 id=kickstart autodump_mem
7
8 # Want to map an extended ROM, such as CDTV or CD32?
9 #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom id=extended
10
11 # Map 128MB of Fast RAM at 0x8000000, also known as 32-bit Fast RAM or CPU local Fast RAM.
12 # Only supported properly on select Kickstarts, such as 3.1+ for Amiga 1200, 3000 and 4000.
13 #map type=ram address=0x08000000 size=128M id=cpu_slot_ram
14 # Map 128MB of Z3 Fast. Note that the address here is not actually used, as it gets auto-assigned by Kickstart itself.
15 # Enabling Z3 fast requires at least Kickstart 2.0.
16 # If for some reason you need more than 128MB, you can change the size=128M to a valid supported Z3 PIC size,
17 # like 256M, 512M, 1024M, or add additional map lines.
18 map type=ram address=0x10000000 size=128M id=z3_autoconf_fast
19 # 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.
20 #map type=ram address=0x200000 size=8M id=z2_autoconf_fast
21 #map type=ram address=0x200000 size=2M id=z2_autoconf_fast
22 #map type=ram address=0x400000 size=4M id=z2_autoconf_fast
23
24 # This is fake Chip RAM, do not use on a real Amiga.
25 #map type=ram address=0x0 size=2M
26
27 # Map Gayle as a register range.
28 # NOTE: Gayle emulation is currently non-functional. Do not enable this.
29 #map type=register address=0xD80000 size=0x40000
30 # Map RTC as a register range.
31 map type=register address=0xDC0000 size=0x10000
32 # Number of instructions to run every main loop.
33 loopcycles 300
34 # Set the platform to Amiga to enable all the registers and stuff.
35 platform amiga
36 # Uncommenting the below this long comment DISABLES RTC emulation, letting reads/writes through to the RTC memory range.
37 # There is no need to uncomment it unless you are either using a CDTV, you want to use a physical RTC source present
38 # inside the computer, such as on a trapdoor memory expansion board, or if you have a physical A314 intalled, since the
39 # A314 uses the RTC address range to communicate with the Amiga, and enabling RTC emulation # blocks this communication completely.
40 # DO NOT UNCOMMENT THE LINE BELOW UNLESS YOU'VE READ AND UNDERSTOOD THE FIVE LINES ABOVE THIS ONE.
41 #setvar enable_rtc_emulation 0
42 # Uncomment to enable RTG
43 #setvar rtg
44
45 # Uncomment to enable CDTV mode (not working, requires Kickstart 1.3+CDTV extended ROM)
46 #setvar cdtv
47 # Uncomment this line to enable the PiSCSI interface
48 #setvar piscsi
49 # Use setvar piscsi0 through piscsi6 to add up to seven mapped drives to the interface.
50 #setvar piscsi0 PI0.hdf
51 #setvar piscsi1 PI1.hdf
52 # A special disk that includes PiStorm drivers and utilities, comment out if not needed
53 setvar piscsi6 platforms/amiga/pistorm.hdf
54 # Uncomment this line to enable the (currently non-working) Pi-Net interface.
55 #setvar pi-net
56
57 # Uncomment and edit to set a custom config filename for the A314 emulation
58 #setvar a314_conf ./a314/files_pi/a314d.conf
59 # Uncomment to enable A314 emulation
60 #setvar a314
61
62 # Please take note:
63 # At the time of writing this (22 Jun 2021), the mouse and keyboard forwarding (for Amiga only) is by no means perfect.
64 # It works properly in Workbench, and in a number of games and applications, but it does not work for everything.
65 # Do not rely on the mouse and keyboard forwarding as your only means of input for the host computer.
66
67 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
68 # Syntax: keyboard [grab key] [grab|nograb] [autoconnect|noautoconnect]
69 #   "grab" steals the keyboard from the Pi so Amiga/etc. input is not sent to the Pi
70 #   (also helps prevent sending any ctrl-alt-del to the Amiga from resetting the Pi)
71 #
72 #   "autoconnect" connects the keyboard to the Amiga/etc. on startup
73 keyboard k nograb noautoconnect
74 # Select a specific filename for the keyboard event source.
75 # This is typically /dev/input/event1 or event0, but it may be event3 with for instance a wireless keyboard.
76 # Use ls /dev/input/event* to check which event files are available and try until you find the one that works.
77 #kbfile /dev/input/event1
78 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
79 # Syntax is mouse [device] [toggle key] [autoconnect|noautoconnect]
80 # (see "keyboard" above for autoconnect description)
81 mouse /dev/input/mice m noautoconnect