Fixed a typo in README.md; Commented out a line of excess logging in the FDC code.

This commit is contained in:
OBattler
2016-08-03 23:57:23 +02:00
parent 91da80d00a
commit d57a8292ce
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
PCem Unofficial is an unofficial branch of the PCem emulator, which aims to emulate IBM compatible machines from 1981-2000 period. This branch adds several emulated motherboards.
---
Keep in touch with the PCem Unoffical community:
Keep in touch with the PCem Unofficial community:
[![Visit our IRC channel](https://kiwiirc.com/buttons/irc.rol.im/pcem-x.png)](https://kiwiirc.com/client/irc.rol.im/?nick=pcem|?#pcem-x)

View File

@@ -1119,7 +1119,7 @@ void fdc_callback()
fdc.pretrk = fdc.params[2];
fdc.fifo = (fdc.params[1] & 0x20) ? 0 : 1;
fdc.tfifo = (fdc.params[1] & 0xF) + 1;
pclog("FIFO is now %02X, threshold is %02X\n", fdc.fifo, fdc.tfifo);
// pclog("FIFO is now %02X, threshold is %02X\n", fdc.fifo, fdc.tfifo);
fdc.stat = 0x80;
disctime = 0;
// picint(0x40);