]> git.sesse.net Git - pistorm/blobdiff - default.cfg
Add Meson build files.
[pistorm] / default.cfg
index 2716c3e21d5264fdfd9483b66338b35d11f69d12..e34ba304315190b650413f5f2f1a384f530244cc 100644 (file)
@@ -33,7 +33,11 @@ map type=register address=0xDC0000 size=0x10000
 loopcycles 300
 # Set the platform to Amiga to enable all the registers and stuff.
 platform amiga
-# Uncomment to let reads/writes through from/to the RTC memory range
+# Uncommenting the below this long comment DISABLES RTC emulation, letting reads/writes through to the RTC memory range.
+# There is no need to uncomment it unless you are either using a CDTV, you want to use a physical RTC source present
+# inside the computer, such as on a trapdoor memory expansion board, or if you have a physical A314 intalled, since the
+# A314 uses the RTC address range to communicate with the Amiga, and enabling RTC emulation # blocks this communication completely.
+# DO NOT UNCOMMENT THE LINE BELOW UNLESS YOU'VE READ AND UNDERSTOOD THE FIVE LINES ABOVE THIS ONE.
 #setvar enable_rtc_emulation 0
 # Uncomment to enable RTG
 #setvar rtg
@@ -55,6 +59,11 @@ setvar piscsi6 platforms/amiga/pistorm.hdf
 # Uncomment to enable A314 emulation
 #setvar a314
 
+# Please take note:
+# At the time of writing this (22 Jun 2021), the mouse and keyboard forwarding (for Amiga only) is by no means perfect.
+# It works properly in Workbench, and in a number of games and applications, but it does not work for everything.
+# Do not rely on the mouse and keyboard forwarding as your only means of input for the host computer.
+
 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
 # Syntax: keyboard [grab key] [grab|nograb] [autoconnect|noautoconnect]
 #   "grab" steals the keyboard from the Pi so Amiga/etc. input is not sent to the Pi