mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-21 03:29:58 +00:00
fix(disk/diskimage.go): fix RDOS 33 string
This commit is contained in:
parent
9df9fb6c89
commit
7d13e7f8d8
@ -189,7 +189,7 @@ func (f DiskFormat) String() string {
|
|||||||
case DF_RDOS_32:
|
case DF_RDOS_32:
|
||||||
return "SSI RDOS 32 (13/13/Physical)"
|
return "SSI RDOS 32 (13/13/Physical)"
|
||||||
case DF_RDOS_33:
|
case DF_RDOS_33:
|
||||||
return "SSI RDOS 32 (16/16/PD)"
|
return "SSI RDOS 33 (16/16/PD)"
|
||||||
case DF_PRODOS_CUSTOM:
|
case DF_PRODOS_CUSTOM:
|
||||||
return fmt.Sprintf("ProDOS Custom (%d SPT, %d TPD)", f.SPT(), f.TPD())
|
return fmt.Sprintf("ProDOS Custom (%d SPT, %d TPD)", f.SPT(), f.TPD())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user