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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user