mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
More overhauling of the proto layer; fluxfile ls now works.
This commit is contained in:
@@ -29,7 +29,8 @@ static unsigned getTrackStep()
|
||||
{
|
||||
case DRIVETYPE_40TRACK:
|
||||
error(
|
||||
"you can't read/write an 80 track image from/to a 40 track "
|
||||
"you can't read/write an 80 track image from/to a 40 "
|
||||
"track "
|
||||
"drive");
|
||||
|
||||
case DRIVETYPE_80TRACK:
|
||||
@@ -37,7 +38,8 @@ static unsigned getTrackStep()
|
||||
|
||||
case DRIVETYPE_APPLE2:
|
||||
error(
|
||||
"you can't read/write an 80 track image from/to an Apple II "
|
||||
"you can't read/write an 80 track image from/to an "
|
||||
"Apple II "
|
||||
"drive");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user