-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#80] Support for HxC Floppy Emulator *.HFE images (Part 1.3: Fixed w…
…orking with invalid FloppyInterface value in header)
- Loading branch information
1 parent
ce5a866
commit 9a3166a
Showing
2 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
EMU_SHUGART, | ||
S950_DD, | ||
S950_HD, | ||
LAST_KNOWN, | ||
DISABLED =0xfe | ||
}; | ||
|
||
|