mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
fix drive label
This commit is contained in:
parent
044e28e050
commit
d70425461c
@ -861,7 +861,7 @@ export default class DiskII implements Card {
|
||||
const cur = this.drives[drive - 1];
|
||||
Object.assign(cur, disk);
|
||||
this.updateDirty(drive, true);
|
||||
this.callbacks.label(this.drive, name);
|
||||
this.callbacks.label(drive, name);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user