FDC cleanup.

This commit is contained in:
SarahW 2020-03-04 21:58:07 +00:00
commit 25fc4d438d

View file

@ -403,8 +403,7 @@ void fdc_write(uint16_t addr, uint8_t val, void *priv)
{
fdc.tc = 0;
fdc.data_ready = 0;
fdc.in_seek_mt = 0;
fdc.command=val;
// pclog("Starting FDC command %02X\n",fdc.command);
switch (fdc.command&0x1F)