openbsd-ports/emulators/fs-uae/patches/patch-example_conf
2012-11-22 23:45:20 +00:00

54 lines
1.7 KiB
Plaintext

$OpenBSD: patch-example_conf,v 1.1.1.1 2012/11/22 23:45:20 edd Exp $
--- example.conf.orig Fri Oct 26 17:28:41 2012
+++ example.conf Thu Nov 22 00:20:46 2012
@@ -1,21 +1,41 @@
-# FS-UAE example configuration file
+# FS-UAE example configuration file for OpenBSD
+#
+# You will want to copy this to ~/.config/fs-uae/fs-uae.conf
+#
# The encoding of the configuration file must be UTF-8 (or ASCII)
#
# All paths can be either absolute, or relative to the current working
# directory. The same is true for all paths in the configuration file.
#
-# If you on Windows specify paths with backslash, you must escape them
-# (use \\ instead of just \ - c:\\path\\to\\file). You can also just use
-# forward slashes instead (c:/path/to/file).
-#
# You can start paths with ~/ or $HOME/ to refer to the user's home.
# Example: ~/Documents/Floppies/example.adf
#
# There are many options available to configure FS-UAE.
# See http://fengestad.no/wp/fs-uae/configuration
# for a complete list of configuration options with documentation
+#
+# There is also this config file generator:
+# http://fs-uae.kilu.org/form.php
[config]
-amiga_model = A500
-kickstart_file = C:/Amiga/Kickstarts/amiga-os-130.rom
-floppy_drive_0 = C:/Amiga/Floppies/Disk.adf
+
+# One of [A500, A500+, A600, A1000, A1200, A1200/020, A4000/040, CD32, CDTV]
+#amiga_model = A500
+
+#kickstart_file = ~/FS-UAE/Kickstarts/your_kickstart_file.rom
+
+#floppy_drive_0 = R-Type.adf
+#floppy_drive_1 = /path/to/another.adf
+
+#hard_drive_0 = /path/to/hd-image.hdf
+
+#joystick_port_1 = joystick (0)
+
+#keep_aspect = 1
+
+# If fs-uae is painfully slow, play with these
+#video_sync = off
+# One of [off, vblank, full, auto (default)]
+
+#accuracy = 0
+# One of [-1 (least), 0 , 1 (more, default)]