Last active
February 7, 2024 17:46
-
-
Save TyrfingMjolnir/467b72657706cf03554a9b9f2c650390 to your computer and use it in GitHub Desktop.
FS-UAE on MacOS X Monterey, vim motion like controllers w/1 through 3 button setup, also contemplating DualSense Wireless Controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FS-UAE configuration saved by FS-UAE Launcher | |
# Last saved: 2024-01-26 08:15:21 | |
[fs-uae] | |
floppy_drive_0 = GreenBeret_December2022.adf | |
keyboard_key_h = action_joy_1_left | |
keyboard_key_j = action_joy_1_down | |
keyboard_key_k = action_joy_1_up | |
keyboard_key_l = action_joy_1_right | |
keyboard_key_a = action_joy_1_3nd_button | |
keyboard_key_s = action_joy_1_2nd_button | |
keyboard_key_x = action_joy_1_fire_button |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FS-UAE configuration saved by FS-UAE Launcher | |
# Last saved: 2024-01-26 07:30:22 | |
[fs-uae] | |
amiga_model = A1200 | |
floppy_drive_0 = Rygar_Final_2ButtonFix.adf | |
# vim motion-like | |
keyboard_key_h = action_joy_1_left | |
keyboard_key_j = action_joy_1_down | |
keyboard_key_k = action_joy_1_up | |
keyboard_key_l = action_joy_1_right | |
keyboard_key_x = action_joy_1_fire_button | |
keyboard_key_s = action_joy_1_2nd_button | |
# DualSense Wireless Controller | |
joystick_0_dpad_down = action_joy_1_down | |
joystick_0_dpad_left = action_joy_1_left | |
joystick_0_dpad_right = action_joy_1_right | |
joystick_0_dpad_up = action_joy_1_up | |
joystick_0_south_button = action_joy_1_fire_button | |
joystick_0_left_shoulder = action_joy_1_2nd_button | |
joystick_0_north_button = action_joy_1_fire_button | |
joystick_0_left_trigger = action_joy_1_2nd_button |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FS-UAE configuration saved by FS-UAE Launcher | |
# Last saved: 2024-01-26 08:44:52 | |
[fs-uae] | |
amiga_model = A1200 | |
floppy_drive_0 = Superfrog/Superfrog_1.adf | |
floppy_drive_1 = Superfrog/Superfrog_2.adf | |
floppy_drive_2 = Superfrog/Superfrog_3.adf | |
floppy_drive_3 = Superfrog/Superfrog_4.adf | |
keyboard_key_a = action_joy_1_3nd_button | |
keyboard_key_h = action_joy_1_left | |
keyboard_key_j = action_joy_1_down | |
keyboard_key_k = action_joy_1_up | |
keyboard_key_l = action_joy_1_right | |
keyboard_key_x = action_joy_1_fire_button |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment