Fixed a typo in README.md; Commented out a line of excess logging in the FDC code.
This commit is contained in:
@@ -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.
|
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:
|
||||||
|
|
||||||
[](https://kiwiirc.com/client/irc.rol.im/?nick=pcem|?#pcem-x)
|
[](https://kiwiirc.com/client/irc.rol.im/?nick=pcem|?#pcem-x)
|
||||||
|
@@ -1119,7 +1119,7 @@ void fdc_callback()
|
|||||||
fdc.pretrk = fdc.params[2];
|
fdc.pretrk = fdc.params[2];
|
||||||
fdc.fifo = (fdc.params[1] & 0x20) ? 0 : 1;
|
fdc.fifo = (fdc.params[1] & 0x20) ? 0 : 1;
|
||||||
fdc.tfifo = (fdc.params[1] & 0xF) + 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;
|
fdc.stat = 0x80;
|
||||||
disctime = 0;
|
disctime = 0;
|
||||||
// picint(0x40);
|
// picint(0x40);
|
||||||
|
Reference in New Issue
Block a user