Skip to content

Commit

Permalink
scp: Fix disktype typo: ibmpc-320k -> ibmpc-360k
Browse files Browse the repository at this point in the history
Thanks to AngelDevIndie for the report.

Fixes #416
  • Loading branch information
keirf committed Mar 9, 2024
1 parent 3c4a19f commit 49522e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greaseweazle/image/scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'apple-400k': 0x24,
'apple-800k': 0x25,
'apple-1m44': 0x26,
'ibmpc-320k': 0x30,
'ibmpc-360k': 0x30,
'ibmpc-720k': 0x31,
'ibmpc-1m2': 0x32,
'ibmpc-1m44': 0x33,
Expand Down

0 comments on commit 49522e1

Please sign in to comment.