mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
don't error on floppy command 0x14 (fiwix)
This commit is contained in:
parent
c8facf37f5
commit
258f98560b
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ FloppyController.prototype.port3F5_write = function(reg_byte)
|
|||
this.bytes_expecting = 3;
|
||||
break;
|
||||
case 0x04:
|
||||
case 0x14:
|
||||
this.next_command = this.check_drive_status;
|
||||
this.bytes_expecting = 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue