mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-17 10:06:21 +00:00
Improve comment.
This commit is contained in:
parent
a992ae37b1
commit
ce4bcf9064
@ -172,7 +172,7 @@ class FloppyController {
|
|||||||
decoder_.clear();
|
decoder_.clear();
|
||||||
status_.reset();
|
status_.reset();
|
||||||
|
|
||||||
// Necessary to pass GlaBIOS [if this is called after reset?], but Why?
|
// Necessary to pass GlaBIOS' POST test, but: why?
|
||||||
//
|
//
|
||||||
// Cf. INT_13_0_2 and the CMP AL, 11000000B following a CALL FDC_WAIT_SENSE.
|
// Cf. INT_13_0_2 and the CMP AL, 11000000B following a CALL FDC_WAIT_SENSE.
|
||||||
for(int c = 0; c < 4; c++) {
|
for(int c = 0; c < 4; c++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user