This file contains 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
[C64/PAL/DPI/VICE [email protected]] | |
disable_overscan=1 | |
enable_dpi=true | |
machine_timing=pal-custom | |
cycles_per_second=983487 | |
enable_dpi_lcd=1 | |
display_default_lcd=1 | |
gpio=0-9=a2 | |
gpio=12-17=a2 | |
gpio=20-25=a2 |
This file contains 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
extra_transpose_buffer=2 | |
dtoverlay=dpi18 | |
enable_dpi_lcd=1 | |
display_rotate=0x10000 # "Fix" for possible misconfig of pin 39/40! They are pulled down, instead of up. | |
display_default_lcd=1 | |
dpi_group=2 | |
dpi_mode=87 | |
dpi_output_format=0x70015 | |
dpi_timings=640 0 114 4 42 480 0 266 3 31 0 0 0 50 0 31276000 1 # 50.1166667Hz cycles_per_second: 985093 |
This file contains 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
#!/bin/bash | |
#################################################### | |
# Connect to running AWS instances using tag names # | |
# Author: [email protected] # | |
#################################################### | |
PEM_FILE="$HOME/.ssh/aws.pem"; | |
DEFAULT_USERNAME="ubuntu"; |