update 0.7.0
This commit is contained in:
parent
61710309bd
commit
6c1dd199b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1104,7 +1104,7 @@ function Disk() {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.update_read_nothing = function(floppybits) {
|
this.update_read_nothing = function(floppybits) {
|
||||||
BUG.info('Disk.update_read_nothing() floppybits %d', floppybits);
|
//BUG.info('Disk.update_read_nothing() floppybits %d', floppybits);
|
||||||
|
|
||||||
while (floppybits >= get_floppy_speed()) {
|
while (floppybits >= get_floppy_speed()) {
|
||||||
word <<= 1;
|
word <<= 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue