don't error on floppy command 0x14 (fiwix)

This commit is contained in:
Fabian 2025-06-04 16:03:52 +07:00
parent c8facf37f5
commit 258f98560b

View file

@ -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;