Skip to content

Commit

Permalink
Drive bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bell committed Apr 27, 2012
1 parent ac1f5e7 commit fd07894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HMD2043.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
var length = this.cpu.mem.c;
var buffer = this.cpu.mem.x;

var seekTime = this.getSeekTime(track, sector);
var seekTime = this.getSeekTime(sector);
var rwTime = this.getRWTime() * length;

var data = this.media.data.slice(sector, sector + length + 1);
Expand Down

0 comments on commit fd07894

Please sign in to comment.