1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Improve comment.

This commit is contained in:
Thomas Harte 2023-11-29 09:50:08 -05:00
parent a992ae37b1
commit ce4bcf9064

View File

@ -172,7 +172,7 @@ class FloppyController {
decoder_.clear();
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.
for(int c = 0; c < 4; c++) {