1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Begins substituting the DoubleDensityDrive for the Sony.

This commit is contained in:
Thomas Harte
2019-07-10 16:24:48 -04:00
parent 6cfaf920ee
commit be251d6b03
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ void IWM::propose_shift(uint8_t bit) {
cycles_since_shift_ = Cycles(0);
}
void IWM::set_drive(int slot, Storage::Disk::Drive *drive) {
void IWM::set_drive(int slot, IWMDrive *drive) {
drives_[slot] = drive;
drive->set_event_delegate(this);
}