update 0.7.0

This commit is contained in:
Rupert Hausberger 2012-12-23 19:55:16 +01:00
commit 6c1dd199b1

View file

@ -1104,7 +1104,7 @@ function Disk() {
}
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()) {
word <<= 1;