Skip to content

Commit

Permalink
Fix wrong BIOS type in DiskGeometryList
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Feb 23, 2024
1 parent f5f2314 commit 8e0cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ints/bios_disk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ diskGeo DiskGeometryList[] = {
{2880, 36, 2, 80, 6, 512, 240, 2, 0xF0}, // IBM PC high density 3.5" double-sided 2.88MB

{1232, 8, 2, 77, 7, 1024,192, 1, 0xFE}, // NEC PC-98 high density 3.5" double-sided 1.2MB "3-mode"
{1520, 19, 2, 80, 4, 512, 224, 1, 0xF9}, // IBM PC high density 5.25" double-sided 1.52MB (XDF)
{1520, 19, 2, 80, 2, 512, 224, 1, 0xF9}, // IBM PC high density 5.25" double-sided 1.52MB (XDF)
{1840, 23, 2, 80, 4, 512, 224, 1, 0xF0}, // IBM PC high density 3.5" double-sided 1.84MB (XDF)

{ 0, 0, 0, 0, 0, 0, 0, 0, 0}
Expand Down

0 comments on commit 8e0cc72

Please sign in to comment.