More overhauling of the proto layer; fluxfile ls now works.

This commit is contained in:
David Given
2025-08-18 00:37:42 +02:00
parent 9ff3e3b42a
commit 996fdbc0f5
7 changed files with 117 additions and 30 deletions

View File

@@ -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");
}
}