Skip to content

Commit

Permalink
Add floppy command for modern linux
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Aug 2, 2022
1 parent ba7c86d commit cf31709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/floppy.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ FloppyController.prototype.port3F5_write = function(reg_byte)
this.bytes_expecting = 1;
break;
case 0x05:
case 0x45:
case 0xC5:
this.next_command = function(args) { this.do_sector(true, args); };
this.bytes_expecting = 8;
Expand Down

0 comments on commit cf31709

Please sign in to comment.