Created
April 24, 2024 22:36
-
-
Save jepler/fb8a8f2ff29cf67504b5e38bd40bde8a to your computer and use it in GitHub Desktop.
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
interface=shugart | |
pin02=high # 8/5 select - low is 5.25" | |
# nrdy is inverted but then goes to a bunch of logic - check at fd1771 pin 32 (active high) | |
pin34=low # nrdy # nrdy | |
display-type=oled128x64-rotate-narrow-inverse | |
side-select-glitch-filter = 50 | |
track-change = instant | |
write-drain = instant | |
index-suppression = no | |
head-settle-ms = 10 | |
motor-delay = ignore | |
chgrst = step | |
ejected-on-startup = no | |
image-on-startup = init | |
display-probe-ms = 0 |
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
#img.cfg | |
[::256256] # Std 8" SS/SD | |
cyls = 77 | |
heads = 1 | |
rpm = 360 | |
gap3 = 42 | |
interleave = 1 | |
bps = 128 | |
secs = 26 | |
mode = fm | |
id = 1 | |
rate = 250 | |
# original post has other types |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment