From d57a8292cec05b16bdc2f36c506547946fdee55b Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 3 Aug 2016 23:57:23 +0200 Subject: [PATCH] Fixed a typo in README.md; Commented out a line of excess logging in the FDC code. --- README.md | 2 +- src/fdc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fd815522..eeb8a1df8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/fdc.c b/src/fdc.c index cde8d7aad..b3911a788 100644 --- a/src/fdc.c +++ b/src/fdc.c @@ -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);