mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Overhaul the TPI stuff; now both the drive and the layout have a TPI setting,
which must be set.
This commit is contained in:
@@ -66,14 +66,14 @@ public:
|
||||
{
|
||||
log("D88: forcing high density mode");
|
||||
config.mutable_drive()->set_high_density(true);
|
||||
config.set_tpi(96);
|
||||
config.mutable_layout()->set_tpi(96);
|
||||
}
|
||||
else
|
||||
{
|
||||
log("D88: forcing single/double density mode");
|
||||
clockRate = 300;
|
||||
config.mutable_drive()->set_high_density(false);
|
||||
config.set_tpi(48);
|
||||
config.mutable_layout()->set_tpi(48);
|
||||
}
|
||||
|
||||
auto layout = config.mutable_layout();
|
||||
|
||||
Reference in New Issue
Block a user