Add floppy command for modern linux

This commit is contained in:
Fabian 2022-08-01 15:21:56 +09:00
parent ba7c86dc78
commit cf31709ec5

View file

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